summaryrefslogtreecommitdiff
path: root/client/js/app.js
diff options
context:
space:
mode:
authorLoic GUEGAN <loic@Manzerbredes.home>2016-04-17 18:42:15 +0200
committerLoic GUEGAN <loic@Manzerbredes.home>2016-04-17 18:42:15 +0200
commit8e700c2b7de7a2bc095ea8edf3204f160f8a8941 (patch)
tree53c92a7d5050c2f093660d512880bf1b00d75014 /client/js/app.js
parent21b68f1da1ad5bc6520778c795fa6fe901d849c4 (diff)
Add comments and correct some bugs
Diffstat (limited to 'client/js/app.js')
-rw-r--r--client/js/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/js/app.js b/client/js/app.js
index e911050..4ef35b5 100644
--- a/client/js/app.js
+++ b/client/js/app.js
@@ -25,7 +25,7 @@ mainApp.config(['$routeProvider', function($routeProvider){
controller: 'imageCtrl'
})
.otherwise({
- redirectTo: '/'
+ redirectTo: '/home'
});
}]);