We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40c41cd commit 8561dd9Copy full SHA for 8561dd9
docs/content/guide/scope.ngdoc
@@ -245,7 +245,7 @@ of the `$watch` expressions and compares them with the previous value. This dirt
245
asynchronously. This means that assignment such as `$scope.username="angular"` will not
246
immediately cause a `$watch` to be notified, instead the `$watch` notification is delayed until
247
the `$digest` phase. This delay is desirable, since it coalesces multiple model updates into one
248
-`$watch` notification as well as it guarantees that during the `$watch` notification no other
+`$watch` notification as well as guarantees that during the `$watch` notification no other
249
`$watch`es are running. If a `$watch` changes the value of the model, it will force additional
250
`$digest` cycle.
251
0 commit comments