alongubkin / angular-datepicker

Angular.js Date/Time Picker
MIT License
291 stars 129 forks source link

Fix: Added onSet function to handle default values from input. #31

Closed ksgy closed 10 years ago

ksgy commented 10 years ago

Added onSet function to handle default values from input. When an input has a default date value from ng-model, selecting a new date failed: there was no date object set for datepicker. Solution: when opening the datepicker, it reads the value from the input's value and set as date object for the picker.