Now I am trying to do something after user change the date. But seems like my ng-change is ignored.
ng-change
Here is my code sample:
You could keep an eye on when the $scope changed.
$scope
Something like this:
$scope.startdate; $scope.$watch("startdate", function(newValue, oldValue) { console.log("I've changed : ", startdate); });