uncomment code

This commit is contained in:
Jon Lambson 2017-10-31 12:26:56 -06:00
parent 4e16edf4ba
commit f02300ed2b
1 changed files with 1 additions and 1 deletions

View File

@ -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);