Open yunusemreuveyik opened 4 years ago
Hi @yunusemreuveyik, I recently had the same issue where a duplicated datepicker was created when the model value is changed, I came across this => https://stackoverflow.com/questions/43558005/date-format-issue-in-angular-moment-picker-library Try changing the attribute for moment-picker and ng-model. It fixed my issue.
I am trying to update the moment picker value from controller by updating the model but its not working. here is my codes:
js:
$scope.model.checkInDate = (some valid date)