angular-data-table icon indicating copy to clipboard operation
angular-data-table copied to clipboard

Fix enumerable array polyfill

Open istarion opened this issue 8 years ago • 1 comments

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

istarion avatar Dec 19 '16 15:12 istarion

+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.

pradhan-v avatar Jan 09 '18 03:01 pradhan-v