a8m / angular-filter

Bunch of useful filters for AngularJS (with no external dependencies!)
https://github.com/a8m/angular-filter
MIT License
2.93k stars 332 forks source link

Caution: carefully use in hybrid app #263

Open anjmao opened 6 years ago

anjmao commented 6 years ago

Hi, just wanted to note that if you use angularjs + angular hybrid, zone js will cause digest every 2 seconds because of this https://github.com/a8m/angular-filter/blob/master/src/_provider/watcher.js#L83 This may cause huge lag depending on you app.