Merge welcome step and step2

This commit is contained in:
Girish Ramakrishnan
2015-07-29 15:11:34 -07:00
parent ed55e52363
commit 56d740d597
5 changed files with 66 additions and 73 deletions

View File

@@ -28,11 +28,8 @@ app.config(['$routeProvider', function ($routeProvider) {
controller: 'StepController',
templateUrl: 'views/setup/step2.html'
}).when('/step3', {
controller: 'StepController',
templateUrl: 'views/setup/step3.html'
}).when('/step4', {
controller: 'FinishController',
templateUrl: 'views/setup/step4.html'
templateUrl: 'views/setup/step3.html'
}).otherwise({ redirectTo: '/'});
}]);