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
I've got troubles to bind my date-time with my controller
In my html i've got <input date-time ng-model='date' >
and in my controller i've got a un-initialized $scope.day but used in a method
after selecting my date with the date picker and running my function using $scope.day i can see that this variable is still blank
it's like the ng-model is not working with date-time
Do you have any clue or solution ?
Thanks
The text was updated successfully, but these errors were encountered:
Hello,
I've got troubles to bind my date-time with my controller
In my html i've got
<input date-time ng-model='date' >
and in my controller i've got a un-initialized $scope.day but used in a method
after selecting my date with the date picker and running my function using $scope.day i can see that this variable is still blank
it's like the ng-model is not working with date-time
Do you have any clue or solution ?
Thanks
The text was updated successfully, but these errors were encountered: