From e9a2c6bac0dceeffb86e9fb50802af945555d565 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Fri, 30 May 2014 16:12:51 +0200 Subject: more stuff --- js/app/Config.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'js/app/Config.js') diff --git a/js/app/Config.js b/js/app/Config.js index 772547178..986699090 100644 --- a/js/app/Config.js +++ b/js/app/Config.js @@ -99,9 +99,6 @@ app.config(function ($routeProvider, $provide, $httpProvider) { templateUrl: 'content.html', resolve: getResolve(feedType.FOLDER), type: feedType.FOLDER - }) - .otherwise({ - redirectTo: '/items' }); }); -- cgit v1.2.3