According to the information provided on w3schools website:
The ng-change event will only be activated if there is an actual alteration in the input value, not if the change was executed through JavaScript.
Therefore, when I set up ng-model
using $scope
in my controller, ng-change does not activate.
Any suggestions?