lavinjj / angularjs-localizationservice

AngularJS Resource Localization Service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

i18nAttr not updated

Substanzlos opened this issue · comments

Hi,

this line of code in the directive for i18nAttr is wrong:

scope.$on('localizeResourcesUpdated', function()

should be:

scope.$on('localizeResourcesUpdates', function()

It is still wrong. I love the service BTW!! 👯

Resolved by setting all broadcast and watches to same string.