This commit is contained in:
manzerbredes 2016-03-28 18:20:29 +02:00
parent 93c6b80178
commit a577b60ce4

View file

@ -23,7 +23,8 @@ mainApp.config(['$routeProvider', function($routeProvider){
when('/image',{
templateUrl: 'partials/image/image.html',
controller: 'imageCtrl'
}).otherwise({
})
.otherwise({
redirectTo: '/'
});
}]);