diff options
| author | Peter Bacon Darwin | 2014-02-12 22:47:42 +0000 |
|---|---|---|
| committer | Peter Bacon Darwin | 2014-02-16 19:03:41 +0000 |
| commit | a564160511bf1bbed5a4fe5d2981fae1bb664eca (patch) | |
| tree | 16fe76a5c8a4e75c50db5f15224f1b954060cd38 /src/ng/directive/script.js | |
| parent | 06f2ba899fac8ad004bf65dce39a3b05e2387c0f (diff) | |
| download | angular.js-a564160511bf1bbed5a4fe5d2981fae1bb664eca.tar.bz2 | |
docs(bike-shed-migration): fix url-based links refs to AUTO module
Diffstat (limited to 'src/ng/directive/script.js')
| -rw-r--r-- | src/ng/directive/script.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ng/directive/script.js b/src/ng/directive/script.js index e811617a..43a7bd96 100644 --- a/src/ng/directive/script.js +++ b/src/ng/directive/script.js @@ -6,9 +6,9 @@ * @restrict E * * @description - * Load the content of a `<script>` element into {@link api/ng.$templateCache `$templateCache`}, so that the - * template can be used by {@link api/ng.directive:ngInclude `ngInclude`}, - * {@link api/ngRoute.directive:ngView `ngView`}, or {@link guide/directive directives}. The type of the + * Load the content of a `<script>` element into {@link ng.$templateCache `$templateCache`}, so that the + * template can be used by {@link ng.directive:ngInclude `ngInclude`}, + * {@link ngRoute.directive:ngView `ngView`}, or {@link guide/directive directives}. The type of the * `<script>` element must be specified as `text/ng-template`, and a cache name for the template must be * assigned through the element's `id`, which can then be used as a directive's `templateUrl`. * |
