doshprompt/angular-localization

View on GitHub
src/localization.events.js

Summary

Maintainability
A
0 mins
Test Coverage
angular.module('ngLocalize.Events', [])
    .constant('localeEvents', {
        resourceUpdates: 'ngLocalizeResourcesUpdated',
        localeChanges: 'ngLocalizeLocaleChanged'
    });