File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -762,7 +762,9 @@ angular.Module.requires;
762762 * $parent: angular.Scope,
763763 * $root: angular.Scope,
764764 * $watch: function(
765- * (string|Function), (string|Function)=, boolean=):function()
765+ * (string|Function), (string|Function)=, boolean=):function(),
766+ * $watchCollection: function(
767+ * (string|Function), (string|Function)=):function()
766768 * }}
767769 */
768770angular . Scope ;
@@ -834,6 +836,13 @@ angular.Scope.$root;
834836 */
835837angular . Scope . $watch = function ( exp , opt_listener , opt_objectEquality ) { } ;
836838
839+ /**
840+ * @param {string|Function } exp
841+ * @param {(string|Function)= } opt_listener
842+ * @return {function() }
843+ */
844+ angular . Scope . $watchCollection = function ( exp , opt_listener ) { } ;
845+
837846/**
838847 * @typedef {{
839848 * currentScope: angular.Scope,
You can’t perform that action at this time.
0 commit comments