kineticsocial / angularjs-datetime-picker

AngularJS DateTime Picker Without JQuery and Bootstrap
MIT License
66 stars 79 forks source link

Fix for ngChange #21

Open pritesho opened 8 years ago

pritesho commented 8 years ago

This is a fix for ngChange. Please note that event fires when you submit form and that is by design for Directives

tuxbear commented 8 years ago

This solution seems to trigger the change event once per datetime picker on screen :(

duchuy commented 7 years ago

why have ctrl.$setViewValue(value);

in line 326?