classlinkinc / angular-material-time-picker

Material design time picker for 12 and 24 hour time.
MIT License
48 stars 29 forks source link

Fix #36: call to $setDirty() when changed using arrows. #37

Open rhorenov opened 6 years ago

rhorenov commented 6 years ago

Fixes issue #36: The parent form is not always set to a $dirty state on time change

JaspervdK commented 5 years ago

Hi, we use angular-material-time-picker in our application and really like it. Last week, we stumbled on the issue that this pull request would solve. Would it be possible to merge this?