From 7bff586c4d29041b0a6085c110ba3a5f83170d3a Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Tue, 24 Nov 2015 20:37:10 -0500 Subject: [PATCH] fixed login modal initial disappear --- awx/ui/client/src/login/loginModal/loginModal.partial.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awx/ui/client/src/login/loginModal/loginModal.partial.html b/awx/ui/client/src/login/loginModal/loginModal.partial.html index 95603e01ce..67a976f800 100644 --- a/awx/ui/client/src/login/loginModal/loginModal.partial.html +++ b/awx/ui/client/src/login/loginModal/loginModal.partial.html @@ -1,9 +1,9 @@
+ ng-class="{'is-loggedOut' : !$root || !$root.current_user.username}">
+ ng-class="{'is-loggedOut' : !$root || !$root.current_user.username}">