Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 72d63db

Browse files
mjfroehlichpkozlowski-opensource
mjfroehlich
authored andcommitted
docs(Scope): fix typo in a link
Closes angular#7389
1 parent 055b738 commit 72d63db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/rootScope.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ function $RootScopeProvider(){
605605
* {@link ng.directive:ngController controllers} or in
606606
* {@link ng.$compileProvider#directive directives}.
607607
* Instead, you should call {@link ng.$rootScope.Scope#$apply $apply()} (typically from within
608-
* a {@link ng.$compileProvider#directive directives}), which will force a `$digest()`.
608+
* a {@link ng.$compileProvider#directive directive}), which will force a `$digest()`.
609609
*
610610
* If you want to be notified whenever `$digest()` is called,
611611
* you can register a `watchExpression` function with

0 commit comments

Comments
 (0)