ng2-ui / datetime-picker

Angular2 DateTime Picker
https://ng2-ui.github.io/#/datetime-picker
MIT License
121 stars 62 forks source link

Exception in IE 11 #4

Closed zeljko-bulatovic closed 8 years ago

zeljko-bulatovic commented 8 years ago

Hello,

Thanks for this great component, but there is exception when control is opened in IE 11.

Exception stacktrace: EXCEPTION: Error in ../ng2-datetime-picker/dist/datetime-picker.component.js class anonymous_token72 - inline template:5:11 ORIGINAL EXCEPTION: TypeError: Unable to get property 'fullName' of undefined or null reference

This exception occurs, when you want to change time.

Usage: <input [(ngModel)]="timeStart" datetime-picker class="form-control" />

In chrome and firefox is working great!

Any help?

Thanks!

allenhwkim commented 8 years ago

Thanks for using this. Interesting bug, I will take a look into it.

allenhwkim commented 8 years ago

This has been fixed with 0.2.1 release.