Test
This commit is contained in:
parent
93c6b80178
commit
a577b60ce4
1 changed files with 14 additions and 13 deletions
|
@ -23,7 +23,8 @@ mainApp.config(['$routeProvider', function($routeProvider){
|
|||
when('/image',{
|
||||
templateUrl: 'partials/image/image.html',
|
||||
controller: 'imageCtrl'
|
||||
}).otherwise({
|
||||
})
|
||||
.otherwise({
|
||||
redirectTo: '/'
|
||||
});
|
||||
}]);
|
||||
|
|
Loading…
Add table
Reference in a new issue