diff options
| author | Peter Bacon Darwin | 2014-02-21 19:37:37 +0000 | 
|---|---|---|
| committer | Peter Bacon Darwin | 2014-02-21 19:37:37 +0000 | 
| commit | 4a6a3ba7fb08ce99007893ef75365a3e8aff938a (patch) | |
| tree | ef12f95d2c48862c08e091588a1137a60870012b /src/ng/compile.js | |
| parent | 0c9abc32c088bf88ef3d390ac080b5eade40f07c (diff) | |
| download | angular.js-4a6a3ba7fb08ce99007893ef75365a3e8aff938a.tar.bz2 | |
docs(*): fix anchors for members in api docs
Diffstat (limited to 'src/ng/compile.js')
| -rw-r--r-- | src/ng/compile.js | 6 | 
1 files changed, 3 insertions, 3 deletions
| 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}.   *   * <div class="alert alert-warning">   * **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 | 
