Tag: angularjs watch

观看多个$ scope属性

有没有办法使用$watch订阅多个对象上的事件 例如 $scope.$watch('item1, item2', function () { });