AngularJS

When gettextCatalog.loadRemote(url); is Done

How do I know it’s done?

function broadcastUpdated() {
   $rootScope.$broadcast('gettextLanguageChanged');
}

There’s this in the source code so listen to the event.

Standard