Skip to content

Commit 6467bfc

Browse files
committed
added duration to tour step
1 parent f84ec71 commit 6467bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/tour_step_directive.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
stepId: attrs.tourStep
1919
},
2020
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(' '),
21+
options = 'content title path animation container placement backdrop redirect orphan reflex duration nextStep prevStep nextPath prevPath'.split(' '),
2222
orderWatch,
2323
skipWatch,
2424
templateReady;

0 commit comments

Comments
 (0)