The basics of $scope.$watch

Share this video with your friends

Send Tweet

With AngularJS's $scope.$watch, you are able to monitor scope values for changes. This can be useful for validation of user input, as an example.