From c01fb9d53f7c88be7daf0e58ea202cc037eec3c8 Mon Sep 17 00:00:00 2001 From: Jon Lambson Date: Mon, 28 Aug 2017 09:18:01 -0600 Subject: [PATCH] pulling --- js/app.js | 1 + 1 file changed, 1 insertion(+) 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 }); } });