Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 117de8e

Browse files
docs(api): fix broken links
1 parent 2ae29b1 commit 117de8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: docs/content/api/index.ngdoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ This module is provided by default and contains the core components of AngularJS
4040
Some examples include:
4141
{@link ng.$compile $compile},
4242
{@link ng.$http $http},
43-
{@link ng.$routeParams $routeParams},
43+
{@link ngRoute.$routeParams $routeParams},
4444
{@link ng.$location $location},
4545
etc…
4646
<p>
@@ -146,7 +146,7 @@ or JavaScript callbacks.
146146
{@link ngAnimate JS-based animations}
147147
</td>
148148
<td>
149-
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.
149+
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.
150150
</td>
151151
</tr>
152152
</table>

0 commit comments

Comments
 (0)