Skip to content

Commit

Permalink
changed the routing
Browse files Browse the repository at this point in the history
  • Loading branch information
pipe authored and pipe committed Mar 5, 2014
1 parent e8835dd commit e3d3b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2.3.2/app/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ angular.module('bootstrapVariablesEditor', ['ngRoute','bootstrapVariablesEditor.
config(['$locationProvider','$routeProvider', function($locationProvider,$routeProvider) {
$locationProvider.hashPrefix('!');
//$routeProvider.when('/intro', {templateUrl: 'partials/intro.html', controller: IntroCtrl});
$routeProvider.when('/', {templateUrl: 'partials/editor.html', controller: LessCtrl});
$routeProvider.when('/editor', {templateUrl: 'partials/editor.html', controller: LessCtrl});
$routeProvider.otherwise({redirectTo: '/editor'});
}]);

0 comments on commit e3d3b08

Please sign in to comment.