Skip to content

Commit be22e53

Browse files
committed
added the rest of the step option
1 parent d8134de commit be22e53

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/angular-bootstrap-tour.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,12 @@
225225
order: attrs.order || 0
226226
};
227227

228+
if (attrs.path) { step.path = attrs.path; }
229+
if (attrs.animation) { step.animation = attrs.animation; }
230+
if (attrs.container) { step.container = attrs.container; }
228231
if (attrs.placement) { step.placement = attrs.placement; }
229232
if (attrs.backdrop) { step.backdrop = attrs.backdrop; }
233+
if (attrs.redirect) { step.redirect = attrs.redirect; }
230234
if (attrs.orphan) { step.orphan = attrs.orphan; }
231235
if (attrs.reflex) { step.reflex = attrs.reflex; }
232236

0 commit comments

Comments
 (0)