ngDatepicker
ngDatepicker copied to clipboard
Date not visible after clear
When you pick a date, remove it manually and pick a new date. the textfield doesn't get updated with the correct value
Change :
<input type=\"text\" ng-focus=\"showCalendar()\" ng-value=\"viewValue\" class=\"ng-datepicker-input form-control\" placeholder=\"{{ placeholder }}\">
to
<input type=\"text\" ng-focus=\"showCalendar()\" ng-model=\"viewValue\" class=\"ng-datepicker-input form-control\" placeholder=\"{{ placeholder }}\">
ngDatepicker.min.js file change
ng-value replace to ng-model