AC-301 attempting to prevent content flash between logins

This commit is contained in:
chouseknecht 2013-07-29 09:56:19 -04:00
parent 7a10199a1e
commit b82a4f6cd4

View File

@ -72,7 +72,7 @@ angular.module('AuthService', ['ngCookies'])
scope.$destroy();
// but just in case, clear the organization bits
scope.organizations = null;
$rootScope.organizations = null;
$rootScope.current_user = {};
$rootScope.license_tested = undefined;