File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ of the `$watch` expressions and compares them with the previous value. This dirt
245
245
asynchronously. This means that assignment such as `$scope.username="angular"` will not
246
246
immediately cause a `$watch` to be notified, instead the `$watch` notification is delayed until
247
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
248
+ `$watch` notification as well as guarantees that during the `$watch` notification no other
249
249
`$watch`es are running. If a `$watch` changes the value of the model, it will force additional
250
250
`$digest` cycle.
251
251
You can’t perform that action at this time.
0 commit comments