Skip to content

Commit b5f5d32

Browse files
committed
docs($animateCss): add missing options flag to animation example
Closes angular#12202
1 parent 290d563 commit b5f5d32

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)