angularjs-localizationservice icon indicating copy to clipboard operation
angularjs-localizationservice copied to clipboard

Scoped dictionaries

Open brugnara opened this issue 11 years ago • 0 comments

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.

brugnara avatar Dec 04 '13 11:12 brugnara