aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPete Bacon Darwin2013-10-30 21:24:20 +0000
committerPete Bacon Darwin2013-10-30 21:24:20 +0000
commit117de8e6e26495959fd20831a39cce49a4cf2d51 (patch)
tree277f8b78edcc727de8a0f71abb092721727456c2
parent2ae29b1ce393632a6012b273127a089298d4f9b9 (diff)
downloadangular.js-117de8e6e26495959fd20831a39cce49a4cf2d51.tar.bz2
docs(api): fix broken links
-rw-r--r--docs/content/api/index.ngdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/api/index.ngdoc b/docs/content/api/index.ngdoc
index 48177f17..48011e47 100644
--- a/docs/content/api/index.ngdoc
+++ b/docs/content/api/index.ngdoc
@@ -40,7 +40,7 @@ This module is provided by default and contains the core components of AngularJS
Some examples include:
{@link ng.$compile $compile},
{@link ng.$http $http},
- {@link ng.$routeParams $routeParams},
+ {@link ngRoute.$routeParams $routeParams},
{@link ng.$location $location},
etc…
<p>
@@ -146,7 +146,7 @@ or JavaScript callbacks.
{@link ngAnimate JS-based animations}
</td>
<td>
- Use {@link angular.Module#animation module.animation()} to register a JavaScript animation. Once registered the animation can be triggered by referencing the CSS class within the HTML template code.
+ Use {@link angular.Module#methods_animation module.animation()} to register a JavaScript animation. Once registered the animation can be triggered by referencing the CSS class within the HTML template code.
</td>
</tr>
</table>