Skip to content

Commit 9e3ec25

Browse files
committed
One should use spaces instead of tab.. #23 ;).
1 parent 272421f commit 9e3ec25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/tour_step_directive.js

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

9292
//Add step to tour
9393
templateReady.then(function () {
94-
ctrl.addStep(step);
95-
scope.tourStep = step;
94+
ctrl.addStep(step);
95+
scope.tourStep = step;
9696
});
9797

9898
}

0 commit comments

Comments
 (0)