From 14438058da39c3e523f420549074934ca5881b09 Mon Sep 17 00:00:00 2001 From: Vojta Jina Date: Thu, 17 Oct 2013 19:25:08 -0700 Subject: docs: correct broken links This also contains some whitespace corrections by my editor. --- src/ng/compile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ng/compile.js') diff --git a/src/ng/compile.js b/src/ng/compile.js index c44985fd..84546f39 100644 --- a/src/ng/compile.js +++ b/src/ng/compile.js @@ -28,7 +28,7 @@ * 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#methods_directive directives}. For each match it * executes corresponding template function and collects the * instance functions into a single template function which is then returned. * -- cgit v1.2.3