feat(tour): Refactor the Justin Guide to be much more streamlined and interactive. Backdrop focuses user on present task. Chapterized guides

This commit is contained in:
Tyler Renelle
2015-02-05 17:57:34 -07:00
parent c5240da81f
commit 812493fec5
12 changed files with 225 additions and 356 deletions

View File

@@ -55,12 +55,11 @@ habitrpg.controller('SettingsCtrl',
$scope.showTour = function(){
User.set({'flags.showTour':true});
$location.path('/tasks');
$timeout(Guide.initTour);
Guide.goto('intro', 0, true);
}
$scope.showClassesTour = function(){
Guide.classesTour();
Guide.goto('classes', 0, true);
}
$scope.showBailey = function(){