You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 29, 2019. It is now read-only.
Recently updated to version 0.14.2, Datepicker always gives form error 'Date' if the model is a string
For example:
obj.time = '2015-10-09T00:00:00Z';
this would produce a form error 'Date', but this would not
obj.time = new Date('2015-10-09T00:00:00Z')
Is this working as intended that datepicker only accepts model as Date object?
I'm using angular 1.4.7
The text was updated successfully, but these errors were encountered: