Skip to content

Commit ed10748

Browse files
committed
One should use spaces instead of tab.. #23 ;).
1 parent 457e89b commit ed10748

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/angular-bootstrap-tour.js

+2-2
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
}

0 commit comments

Comments
 (0)