aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/compile.js
diff options
context:
space:
mode:
authorVojta Jina2012-08-12 10:36:09 -0700
committerVojta Jina2012-08-12 10:44:29 -0700
commit00683a8bbbd14272ed994b96330c4c0306251741 (patch)
tree12115b39df283080be1ae58e0ce6afbf8bac523f /src/ng/compile.js
parentf00b6cca024a9418f353651f29c984f934575bd9 (diff)
downloadangular.js-00683a8bbbd14272ed994b96330c4c0306251741.tar.bz2
docs: fix broken links to $compileProvider.directive()
Diffstat (limited to 'src/ng/compile.js')
-rw-r--r--src/ng/compile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/compile.js b/src/ng/compile.js
index 04a1a438..5f444a30 100644
--- a/src/ng/compile.js
+++ b/src/ng/compile.js
@@ -31,7 +31,7 @@ var NON_ASSIGNABLE_MODEL_EXPRESSION = 'Non-assignable model expression: ';
* can then be used to link {@link ng.$rootScope.Scope scope} and the template together.
*
* The compilation is a process of walking the DOM tree and trying to match DOM elements to
- * {@link ng.$compileProvider.directive directives}. For each match it
+ * {@link ng.$compileProvider#directive directives}. For each match it
* executes corresponding template function and collects the
* instance functions into a single template function which is then returned.
*