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 d8134de commit be22e53Copy full SHA for be22e53
app/angular-bootstrap-tour.js
@@ -225,8 +225,12 @@
225
order: attrs.order || 0
226
};
227
228
+ if (attrs.path) { step.path = attrs.path; }
229
+ if (attrs.animation) { step.animation = attrs.animation; }
230
+ if (attrs.container) { step.container = attrs.container; }
231
if (attrs.placement) { step.placement = attrs.placement; }
232
if (attrs.backdrop) { step.backdrop = attrs.backdrop; }
233
+ if (attrs.redirect) { step.redirect = attrs.redirect; }
234
if (attrs.orphan) { step.orphan = attrs.orphan; }
235
if (attrs.reflex) { step.reflex = attrs.reflex; }
236
0 commit comments