Results 2 comments of Diones

try: controller: ``` javascript $scope.autolocation = { model: null } $scope.$watch('autolocation.model', function(newValue, oldValue){ console.log(angular.toJson(newValue, true)); console.log("changed location!"); }); ``` html: ``` html ``` But it will trigger on each change...