New in Angular 1.3 - $scope.$watchGroup

Share this video with your friends

Send Tweet

With Angular 1.3 you now have access to $scope.$watchGroup. This allows you to monitor an array of expressions for change. This is useful when you want to perform the some logic when any item in a group changes.