angularjs-localizationservice
angularjs-localizationservice copied to clipboard
Scoped dictionaries
Added scoped dictionaries. Localize.js will search in folder (scope) for resource file, very usefull in a modular system. Use this way:
{{ 'myKey' | i18n:'myScope' }}
You can have multiple scopes, without parameter, you will use the default resource file.