diff --git a/js/app.js b/js/app.js index 96e1dbb..28196db 100644 --- a/js/app.js +++ b/js/app.js @@ -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 }); } });