diff options
| author | Daniel Luz | 2012-09-09 23:29:00 -0300 |
|---|---|---|
| committer | Misko Hevery | 2012-09-11 16:19:43 -0700 |
| commit | 1f69cc29895f17ecb495029dc5b932bd4c8692b2 (patch) | |
| tree | 25d9cef49173b327e6bdb94ff2718f08e15b4a90 /src/ng/rootScope.js | |
| parent | 3401833c8350155b17aa0c67831c2815efeca0e1 (diff) | |
| download | angular.js-1f69cc29895f17ecb495029dc5b932bd4c8692b2.tar.bz2 | |
docs($rootScope): fix quoting on expression
Diffstat (limited to 'src/ng/rootScope.js')
| -rw-r--r-- | src/ng/rootScope.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/rootScope.js b/src/ng/rootScope.js index 9039f0b3..e62bd9db 100644 --- a/src/ng/rootScope.js +++ b/src/ng/rootScope.js @@ -221,7 +221,7 @@ function $RootScopeProvider(){ * reruns when it detects changes the `watchExpression` can execute multiple times per * {@link ng.$rootScope.Scope#$digest $digest()} and should be idempotent.) * - 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 * {@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 |
