swimlane / angular-data-table

A feature-rich but lightweight ES6 AngularJS Data Table crafted for large data sets!
http://swimlane.github.io/angular-data-table/
MIT License
577 stars 141 forks source link

Fix enumerable array polyfill #260

Open istarion opened 7 years ago

istarion commented 7 years ago

Previous polyfill added enumerable property to global array prototype and broke all "for .. in" cycles

pradhan-v commented 6 years ago

+1 We can guard the for-in in our code but, this is affecting a lot of loops in the libraries that we have included. Please merge.