GUAC-1160: Add a Form type. Allow the content of a guacForm to be a Form, Field, or an array of either.

This commit is contained in:
Michael Jumper
2015-04-16 16:50:05 -07:00
parent 60de1ff993
commit 2858944f27
5 changed files with 160 additions and 14 deletions

View File

@@ -61,7 +61,7 @@ THE SOFTWARE.
<h2 class="header">{{'MANAGE_CONNECTION.SECTION_HEADER_PARAMETERS' | translate}}</h2>
<div class="section connection-parameters" ng-class="{loading: !parameters}">
<guac-form namespace="getNamespace(connection.protocol)"
fields="protocols[connection.protocol].parameters"
content="protocols[connection.protocol].parameters"
model="parameters"></guac-form>
</div>