Watch multiple $scope attributes
Asked 07 September, 2021
Viewed 786 times
  • 59
Votes

Is there a way to subscribe to events on multiple objects using $watch

E.g.

$scope.$watch('item1, item2', function () { });

11 Answer