rubenv / angular-gettext

Gettext support for Angular.js
http://angular-gettext.rocketeer.be/
MIT License
650 stars 154 forks source link

Decreased performance with lots of scope changes #360

Closed kunlabora-healthdata closed 6 years ago

kunlabora-healthdata commented 6 years ago

With a lot of scope changes, the amount of manipulations on the DOM results in a decrease of performance for big angular applications.

HTML modify check is only useful for old IE8 browsers. So we only want to run the specific fix for IE 8 when needed.

kunlabora-healthdata commented 6 years ago

See PR #361