mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-30 16:43:22 +00:00 
			
		
		
		
	GUAC-1161: Use ngIf to ensure the old ngView is completely demolished when user logs out.
This commit is contained in:
		| @@ -35,7 +35,7 @@ THE SOFTWARE. | ||||
|     <body ng-class="page.bodyClassName"> | ||||
|  | ||||
|         <!-- Content for logged-in users --> | ||||
|         <div ng-show="!expectedCredentials"> | ||||
|         <div ng-if="!expectedCredentials"> | ||||
|          | ||||
|             <!-- Global status/error dialog --> | ||||
|             <div ng-class="{shown: guacNotification.status}" class="status-outer"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user