diff --git a/public/script.js b/public/script.js index d4aa38d..eb80dcd 100644 --- a/public/script.js +++ b/public/script.js @@ -33,7 +33,8 @@ controller: 'DupsCtrl' } } - }) + }); + $urlRouterProvider.otherwise("/"); }]); app.controller('AuthCtrl',['$scope', '$rootScope', function($scope, $rootScope){