Skip to content

Commit 5e0c789

Browse files
committed
regenerated build
1 parent be22e53 commit 5e0c789

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

dist/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

dist/angular-bootstrap-tour.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)