From 54a3ffeae368050ccf44aa75c501e3780edf5b38 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Sat, 6 May 2017 22:37:37 -0700 Subject: [PATCH] GUACAMOLE-292: Use ngIf to determine visibility of guacFormField. Using ngShow collides with the ngShow used internally on the guacFormField directive's root element. --- guacamole/src/main/webapp/app/form/templates/form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guacamole/src/main/webapp/app/form/templates/form.html b/guacamole/src/main/webapp/app/form/templates/form.html index e4564e895..b58393f8b 100644 --- a/guacamole/src/main/webapp/app/form/templates/form.html +++ b/guacamole/src/main/webapp/app/form/templates/form.html @@ -8,7 +8,7 @@