As mentioned in w3schools doc:
The ng-change event is only triggered if there is a actual change in the input value, and not if the change was made from a JavaScript.
So, when I initialize ng-model by $scope in my controller, ng-change does not trigger.
Any idea?