This commit is contained in:
Jon Lambson 2017-08-28 09:18:01 -06:00
parent 9d379c759c
commit c01fb9d53f
1 changed files with 1 additions and 0 deletions

View File

@ -133,6 +133,7 @@ app.run(['$rootScope', '$state', 'Auth', '$location', function($rootScope, $stat
Auth.add(sess)
$state.go("app." + $rootScope.redirectedURL);
}
console.log('WHERE', $rootScope.redirectedURL );
$state.go('splash-page', { 'toState': toState.name });
}
});