Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 406c1b0

Browse files
thorn0gkalpak
authored andcommitted
docs($rootScope.Scope): grammar
Closes #15263
1 parent c22615c commit 406c1b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ng/rootScope.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -436,8 +436,8 @@ function $RootScopeProvider() {
436436
* A variant of {@link ng.$rootScope.Scope#$watch $watch()} where it watches an array of `watchExpressions`.
437437
* If any one expression in the collection changes the `listener` is executed.
438438
*
439-
* - The items in the `watchExpressions` array are observed via standard $watch operation and are examined on every
440-
* call to $digest() to see if any items changes.
439+
* - The items in the `watchExpressions` array are observed via the standard `$watch` operation. Their return
440+
* values are examined for changes on every call to `$digest`.
441441
* - The `listener` is called whenever any expression in the `watchExpressions` array changes.
442442
*
443443
* @param {Array.<string|Function(scope)>} watchExpressions Array of expressions that will be individually

0 commit comments

Comments
 (0)