You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: docs/content/api/index.ngdoc
+2-2
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ This module is provided by default and contains the core components of AngularJS
40
40
Some examples include:
41
41
{@link ng.$compile $compile},
42
42
{@link ng.$http $http},
43
-
{@link ng.$routeParams $routeParams},
43
+
{@link ngRoute.$routeParams $routeParams},
44
44
{@link ng.$location $location},
45
45
etc…
46
46
<p>
@@ -146,7 +146,7 @@ or JavaScript callbacks.
146
146
{@link ngAnimate JS-based animations}
147
147
</td>
148
148
<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.
0 commit comments