Skip to content
Permalink
Browse files

docs($rootScope.Scope): grammar

Closes #15263
  • Loading branch information
thorn0 authored and gkalpak committed Oct 13, 2016
1 parent 3fe2f4c commit 70076bac3329ed8a3aaf4648a8bb522fc27cec97
Showing with 2 additions and 2 deletions.
  1. +2 −2 src/ng/rootScope.js
@@ -436,8 +436,8 @@ function $RootScopeProvider() {
* A variant of {@link ng.$rootScope.Scope#$watch $watch()} where it watches an array of `watchExpressions`.
* If any one expression in the collection changes the `listener` is executed.
*
* - The items in the `watchExpressions` array are observed via standard $watch operation and are examined on every
* call to $digest() to see if any items changes.
* - The items in the `watchExpressions` array are observed via the standard `$watch` operation. Their return
* values are examined for changes on every call to `$digest`.
* - The `listener` is called whenever any expression in the `watchExpressions` array changes.
*
* @param {Array.<string|Function(scope)>} watchExpressions Array of expressions that will be individually

0 comments on commit 70076ba

Please sign in to comment.
You can’t perform that action at this time.