How do I know it’s done?
function broadcastUpdated() { $rootScope.$broadcast('gettextLanguageChanged'); }
There’s this in the source code so listen to the event.
How do I know it’s done?
function broadcastUpdated() { $rootScope.$broadcast('gettextLanguageChanged'); }
There’s this in the source code so listen to the event.