aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/rootScope.js
diff options
context:
space:
mode:
authorVojta Jina2012-08-12 10:36:09 -0700
committerVojta Jina2012-08-12 11:04:20 -0700
commit5074448443363e5aab84616d76dea765f5fd45f2 (patch)
tree91d383efafc4646704b7ad8b740950db269b6d25 /src/ng/rootScope.js
parent8d66af11e69b47c70eec2a9310b18db2859b530d (diff)
downloadangular.js-5074448443363e5aab84616d76dea765f5fd45f2.tar.bz2
docs: fix broken links to $compileProvider.directive()
Diffstat (limited to 'src/ng/rootScope.js')
-rw-r--r--src/ng/rootScope.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ng/rootScope.js b/src/ng/rootScope.js
index bd11765d..d3597e3f 100644
--- a/src/ng/rootScope.js
+++ b/src/ng/rootScope.js
@@ -326,9 +326,9 @@ function $RootScopeProvider(){
*
* Usually you don't call `$digest()` directly in
* {@link ng.directive:ngController controllers} or in
- * {@link ng.$compileProvider.directive directives}.
+ * {@link ng.$compileProvider#directive directives}.
* Instead a call to {@link ng.$rootScope.Scope#$apply $apply()} (typically from within a
- * {@link ng.$compileProvider.directive directives}) will force a `$digest()`.
+ * {@link ng.$compileProvider#directive directives}) will force a `$digest()`.
*
* If you want to be notified whenever `$digest()` is called,
* you can register a `watchExpression` function with {@link ng.$rootScope.Scope#$watch $watch()}