ng-change in AngularJS — a practical guide to AngularJS ng-change with clear examples you can reuse in real projects.
AngularJS Tutorial Series (34/99). Prefer one article? Read the complete AngularJS tutorial.
Short description
Requires ng-model on the same control.
ng-change
<select ng-model="vm.city" ng-change="vm.loadAreas()">...</select>