From 4a6a3ba7fb08ce99007893ef75365a3e8aff938a Mon Sep 17 00:00:00 2001
From: Peter Bacon Darwin
Date: Fri, 21 Feb 2014 19:37:37 +0000
Subject: docs(*): fix anchors for members in api docs
---
src/ng/compile.js | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(limited to 'src/ng/compile.js')
diff --git a/src/ng/compile.js b/src/ng/compile.js
index 954c22eb..0265beb4 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 matching DOM elements to
- * {@link ng.$compileProvider#methods_directive directives}.
+ * {@link ng.$compileProvider#directive directives}.
*
*
* **Note:** This document is an in-depth reference of all directive options.
@@ -231,7 +231,7 @@
* You can specify `templateUrl` as a string representing the URL or as a function which takes two
* arguments `tElement` and `tAttrs` (described in the `compile` function api below) and returns
* a string value representing the url. In either case, the template URL is passed through {@link
- * api/ng.$sce#methods_getTrustedResourceUrl $sce.getTrustedResourceUrl}.
+ * api/ng.$sce#getTrustedResourceUrl $sce.getTrustedResourceUrl}.
*
*
* #### `replace`
@@ -310,7 +310,7 @@
* put.
*
* * `scope` - {@link ng.$rootScope.Scope Scope} - The scope to be used by the
- * directive for registering {@link ng.$rootScope.Scope#methods_$watch watches}.
+ * directive for registering {@link ng.$rootScope.Scope#$watch watches}.
*
* * `iElement` - instance element - The element where the directive is to be used. It is safe to
* manipulate the children of the element only in `postLink` function since the children have
--
cgit v1.2.3