Loading the viewport after /config response is returned from the API

This commit is contained in:
Jared Tabor
2016-06-08 21:46:37 -07:00
parent 9580a7322f
commit 70318f23cb
6 changed files with 14 additions and 8 deletions

View File

@@ -64,6 +64,7 @@ export default ['$log', '$cookieStore', '$compile', '$window', '$rootScope',
var lastPath, lastUser, sessionExpired, loginAgain;
$rootScope.configReady = true;
loginAgain = function() {
setTimeout(function() {
$location.path('/logout');