http://plnkr.co/edit/RP9SpO1qGjn5Ua6pZJ3D?p=preview
js
angular.module(\"sampleapp\", []).controller(\'samplecontroller\', function($scope,$rootScope)
This is because ng-change requires ngModel to be present.
Hope this helps. Cheers!