Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 4089f53

Browse files
brunocoelhoNarretz
authored andcommitted
docs(guide/Scopes): remove unnecessary parenthesis
Closes #11645
1 parent 03d4bbc commit 4089f53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/scope.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ the `$digest` phase. This delay is desirable, since it coalesces multiple model
264264
3. **Model mutation**
265265

266266
For mutations to be properly observed, you should make them only within the {@link
267-
ng.$rootScope.Scope#$apply scope.$apply()}. (Angular APIs do this
267+
ng.$rootScope.Scope#$apply scope.$apply()}. Angular APIs do this
268268
implicitly, so no extra `$apply` call is needed when doing synchronous work in controllers,
269269
or asynchronous work with {@link ng.$http $http}, {@link ng.$timeout $timeout}
270270
or {@link ng.$interval $interval} services.

0 commit comments

Comments
 (0)