mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-09 15:24:43 +00:00
docs($rootScope): fix quoting on expression
This commit is contained in:
parent
3401833c83
commit
1f69cc2989
1 changed files with 1 additions and 1 deletions
|
|
@ -221,7 +221,7 @@ function $RootScopeProvider(){
|
||||||
* reruns when it detects changes the `watchExpression` can execute multiple times per
|
* reruns when it detects changes the `watchExpression` can execute multiple times per
|
||||||
* {@link ng.$rootScope.Scope#$digest $digest()} and should be idempotent.)
|
* {@link ng.$rootScope.Scope#$digest $digest()} and should be idempotent.)
|
||||||
* - The `listener` is called only when the value from the current `watchExpression` and the
|
* - The `listener` is called only when the value from the current `watchExpression` and the
|
||||||
* previous call to `watchExpression' are not equal (with the exception of the initial run
|
* previous call to `watchExpression` are not equal (with the exception of the initial run
|
||||||
* see below). The inequality is determined according to
|
* see below). The inequality is determined according to
|
||||||
* {@link angular.equals} function. To save the value of the object for later comparison
|
* {@link angular.equals} function. To save the value of the object for later comparison
|
||||||
* {@link angular.copy} function is used. It also means that watching complex options will
|
* {@link angular.copy} function is used. It also means that watching complex options will
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue