Skip to content

Commit 272421f

Browse files
committed
One should use four spaces instead of step.. #23 ;).
1 parent b374354 commit 272421f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dist/angular-bootstrap-tour.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -498,8 +498,8 @@
498498

499499
//Add step to tour
500500
templateReady.then(function () {
501-
ctrl.addStep(step);
502-
scope.step = step;
501+
ctrl.addStep(step);
502+
scope.tourStep = step;
503503
});
504504

505505
}

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)