pulling
This commit is contained in:
parent
9d379c759c
commit
c01fb9d53f
|
@ -133,6 +133,7 @@ app.run(['$rootScope', '$state', 'Auth', '$location', function($rootScope, $stat
|
||||||
Auth.add(sess)
|
Auth.add(sess)
|
||||||
$state.go("app." + $rootScope.redirectedURL);
|
$state.go("app." + $rootScope.redirectedURL);
|
||||||
}
|
}
|
||||||
|
console.log('WHERE', $rootScope.redirectedURL );
|
||||||
$state.go('splash-page', { 'toState': toState.name });
|
$state.go('splash-page', { 'toState': toState.name });
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue