This repository was archived by the owner on May 29, 2019. It is now read-only.
This repository was archived by the owner on May 29, 2019. It is now read-only.
DatepickerPopup error when changing input field #3713
Closed
Description
When changing an input field with the datepicker-popup directive (in 0.13.0), an error is thrown when the starting value is a time string ('yyyy-MM-dd').
TypeError: baseDate.getFullYear is not a function
http://plnkr.co/edit/oKNbNp07cJompsK6NBVr?p=preview
This does not occur in 0.12.1:
http://plnkr.co/edit/GFHEvBbmsgfHKK7NrYeN?p=preview
Is this a bug or am I missing something?