Watch multiple $scope attributes Is there a way to subscribe to events on multiple objects using $watch E.g. $scope.$watch('item1, item2', function () { }); 11 Answers 11 ... May 5, 2022 0 Comments