leftstick / angular-number-picker

A directive used for picking number by using up/down button, instead of typing
MIT License
23 stars 11 forks source link

IE 11 unsupported method #13

Closed Deadly0 closed 8 years ago

Deadly0 commented 8 years ago

IE 11 do not support Object.assign at angular-number-picker.js:125

leftstick commented 8 years ago

Hi @Deadly0 , i've added a polyfill of Object.assign, but since i don't have windows env, i cannot verify my fix. Can you help on testing it? 2.1.1

Deadly0 commented 8 years ago

Now works well, ty!!!