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

Commit 071be60

Browse files
committed
docs($animateCss): fix a dangling link
1 parent a25aa5b commit 071be60

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: src/ngAnimate/animateCss.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,8 @@
176176
* unless you really need a digest to kick off afterwards.
177177
*
178178
* Keep in mind that, to make this easier, ngAnimate has tweaked the JS animations API to recognize when a runner instance is returned from $animateCss
179-
* (so there is no need to call `runner.done(doneFn)` inside of your JavaScript animation code). Check the [animation code above](#usage) to see how this works.
179+
* (so there is no need to call `runner.done(doneFn)` inside of your JavaScript animation code).
180+
* Check the {@link ngAnimate.$animateCss#usage animation code above} to see how this works.
180181
*
181182
* @param {DOMElement} element the element that will be animated
182183
* @param {object} options the animation-related options that will be applied during the animation

0 commit comments

Comments
 (0)