We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a9eb01 commit a2bf79bCopy full SHA for a2bf79b
src/ng/rootScope.js
@@ -285,7 +285,7 @@ function $RootScopeProvider() {
285
* $digest()} and should return the value that will be watched. (`watchExpression` should not change
286
* its value when executed multiple times with the same input because it may be executed multiple
287
* times by {@link ng.$rootScope.Scope#$digest $digest()}. That is, `watchExpression` should be
288
- * [idempotent](http://en.wikipedia.org/wiki/Idempotence).
+ * [idempotent](http://en.wikipedia.org/wiki/Idempotence).)
289
* - The `listener` is called only when the value from the current `watchExpression` and the
290
* previous call to `watchExpression` are not equal (with the exception of the initial run,
291
* see below). Inequality is determined according to reference inequality,
0 commit comments