i18next / ng-i18next

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

#122: Watch the fully-parsed options and call render with the right thisObj #123

Closed putermancer closed 7 years ago

putermancer commented 8 years ago

This fixes #122, which I opened just recently. At the time I wrote the bug report I knew something needed to change with how this.render was being used as the callback for the $watch expression, but hadn't yet finished going down that path.