diff --git a/js/app.js b/js/app.js index 4555a2c..6ed0ac1 100644 --- a/js/app.js +++ b/js/app.js @@ -163,7 +163,7 @@ app.run(['$rootScope', '$state', 'Auth', '$location', function($rootScope, $stat }; $rootScope.$on('$stateChangeStart', function(event, toState, toParams, fromState, fromParams) { var requiresLogin = toState.data.requiresLogin; - // toState.data.session = $location.search(); + toState.data.session = $location.search(); $rootScope.redirectedURL = toState.url; var query = $location.search(); $rootScope.urlArray.push($rootScope.redirectedURL);