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

IE10 compatibility fix

Open istarion opened this issue 8 years ago • 0 comments

This is IE10 compatibility fixes.

Updated Array polyfills.

Added Object.assign polyfill

Replaced ES6 global Map (Problem can be fixed by heavy polyfill, but with one-time usage Map can be easily replaced to Object)

istarion avatar Dec 22 '16 12:12 istarion