Skip to content

Commit

Permalink
docs(api): fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
petebacondarwin committed Oct 30, 2013
1 parent 2ae29b1 commit 117de8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/api/index.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 117de8e

Please sign in to comment.