mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 00:53:21 +00:00 
			
		
		
		
	GUACAMOLE-292: Use ngIf to determine visibility of guacFormField. Using ngShow collides with the ngShow used internally on the guacFormField directive's root element.
This commit is contained in:
		| @@ -8,7 +8,7 @@ | ||||
|         <!-- All fields in form --> | ||||
|         <div class="fields"> | ||||
|             <guac-form-field ng-repeat="field in form.fields" namespace="namespace" | ||||
|                              ng-show="isVisible(field)" | ||||
|                              ng-if="isVisible(field)" | ||||
|                              field="field" model="values[field.name]"></guac-form-field> | ||||
|         </div> | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user