GUAC-1161: Use ngIf to ensure the old ngView is completely demolished when user logs out.

This commit is contained in:
Michael Jumper
2015-04-21 22:07:45 -07:00
parent 03f17c6223
commit fed3fdf0c4

View File

@@ -35,7 +35,7 @@ THE SOFTWARE.
<body ng-class="page.bodyClassName"> <body ng-class="page.bodyClassName">
<!-- Content for logged-in users --> <!-- Content for logged-in users -->
<div ng-show="!expectedCredentials"> <div ng-if="!expectedCredentials">
<!-- Global status/error dialog --> <!-- Global status/error dialog -->
<div ng-class="{shown: guacNotification.status}" class="status-outer"> <div ng-class="{shown: guacNotification.status}" class="status-outer">