diff --git a/dev/bucketListApp/www/js/controllers.js b/dev/bucketListApp/www/js/controllers.js index 47393ac..b8f6cab 100644 --- a/dev/bucketListApp/www/js/controllers.js +++ b/dev/bucketListApp/www/js/controllers.js @@ -24,7 +24,7 @@ angular.module('bucketList.controllers', []) }).then(function(user) { $rootScope.hide(); $rootScope.userEmail = user.email; - $window.location.href = ('#/bucket/list'); + $window.location.href = '#/bucket/list'; }, function(error) { $rootScope.hide(); if (error.code == 'INVALID_EMAIL') {