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 Apr 12, 2024. It is now read-only.
With this snippet, even if $scope.startDate = 1/1/2013, which is a valid date, it is not shown as a value in the input. Just mm/dd/yyyy like the ng-model isn't even there. Ng-init doesn't do anything in this case either.
The text was updated successfully, but these errors were encountered:
A date object is currenty required, because the input[date] directive will convert the input to a date object anyway. There's an issue open to allow strings as a starting value, but it hasn't gained much traction yet: #7066
With this snippet, even if
$scope.startDate = 1/1/2013
, which is a valid date, it is not shown as a value in the input. Just mm/dd/yyyy like the ng-model isn't even there. Ng-init doesn't do anything in this case either.The text was updated successfully, but these errors were encountered: