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
Hi,
I have a strange problem which I can't have my ng-model variable changing when I choose a date on my calendar.
here is my code:
controller: $scope.to1 = new Date(); $scope.ww = function () { console.log('to1', $scope.to1) }
Hi,
I have a strange problem which I can't have my ng-model variable changing when I choose a date on my calendar.
here is my code:
controller:
$scope.to1 = new Date();
$scope.ww = function () { console.log('to1', $scope.to1) }
html:
<adm-dtp ng-model="to1" on-close="ww()"></adm-dtp>
I keep getting today's date in console whether I choose today or any other date.
The text was updated successfully, but these errors were encountered: