Front-end path redefinition
This commit is contained in:
parent
11dc33c440
commit
a2f120aa73
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@ mainApp.config(['$routeProvider', function($routeProvider){
|
||||||
templateUrl: 'partials/image/image.html',
|
templateUrl: 'partials/image/image.html',
|
||||||
controller: 'imageCtrl'
|
controller: 'imageCtrl'
|
||||||
}).otherwise({
|
}).otherwise({
|
||||||
redirectTo: '/home'
|
redirectTo: '/'
|
||||||
});
|
});
|
||||||
}]);
|
}]);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue