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 was archived by the owner on May 29, 2019. It is now read-only.
when I change the year of second date, which is generated by new Date(), everything updates accordingly.
But when i change the year of first date, which is generated by new Date(1430229600000), it throws an error unless I manually select another date from the datepicker.
Datepicker directive: "ng-model" value must be a Date object, a number of milliseconds since 01.01.1970 or a string representing an RFC2822 or ISO 8601 date.
After selecting another date from the datepicker, it behaves like the second date with no errors.