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

Commit 344dffb

Browse files
committed
docs($animateCss): add missing options flag to animation example
Closes #12202
1 parent 7db5f36 commit 344dffb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ngAnimate/module.js

+1
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,7 @@
387387
* enter: function(element, doneFn) {
388388
* var runner = $animateCss(element, {
389389
* event: 'enter',
390+
* structural: true,
390391
* addClass: 'maroon-setting',
391392
* from: { height:0 },
392393
* to: { height: 200 }

0 commit comments

Comments
 (0)