ngDatepicker icon indicating copy to clipboard operation
ngDatepicker copied to clipboard

Date not visible after clear

Open KrisTemmerman opened this issue 9 years ago • 2 comments

When you pick a date, remove it manually and pick a new date. the textfield doesn't get updated with the correct value

KrisTemmerman avatar Jan 26 '16 13:01 KrisTemmerman

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 }}\">

Sir-J avatar Mar 18 '16 12:03 Sir-J

ngDatepicker.min.js file change

ng-value replace to ng-model

vikassbl avatar Jun 15 '16 10:06 vikassbl