diff --git a/config.js b/config.js
index b0b02b9..10cd1ca 100644
--- a/config.js
+++ b/config.js
@@ -65,7 +65,7 @@ angular.module('flashy', [
}).
state('root', {
resolve: auth_resolve,
- url: '/',
+ url: '',
templateUrl: 'templates/root.html',
controller: 'RootController'
}).
diff --git a/home.html b/home.html
index b0153fc..7b1f4d4 100644
--- a/home.html
+++ b/home.html
@@ -14,54 +14,35 @@