We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f84ec71 commit 6467bfcCopy full SHA for 6467bfc
app/tour_step_directive.js
@@ -18,7 +18,7 @@
18
stepId: attrs.tourStep
19
},
20
events = 'onShow onShown onHide onHidden onNext onPrev onPause onResume'.split(' '),
21
- options = 'content title path animation container placement backdrop redirect orphan reflex nextStep prevStep nextPath prevPath'.split(' '),
+ options = 'content title path animation container placement backdrop redirect orphan reflex duration nextStep prevStep nextPath prevPath'.split(' '),
22
orderWatch,
23
skipWatch,
24
templateReady;
0 commit comments