i18next / ng-i18next

translation for AngularJS using i18next
https://github.com/i18next/ng-i18next
MIT License
161 stars 54 forks source link

Bugfix regarding caching and options #20

Closed masterpoi closed 11 years ago

masterpoi commented 11 years ago

My previous PR introduced a bug that caused translation options to no longer be processed.

Also includes a (small) performance increase by avoiding extending the options object on every $digest if not necessary.

bugwelle commented 11 years ago

Well, thanks :) I haven't had time to check your commit, so thanks for this update. I currently also don't have that much time to work on this project, so I really have to thank you for committing these PR :+1: