Update edit-submissions-form.client.view.html

This commit is contained in:
David Baldwynn 2016-06-04 04:16:52 -07:00
parent c847cb2828
commit 32335e349e

View file

@ -69,7 +69,11 @@
<th class="scope">
{{$index+1}}
</th>
<td data-ng-repeat="field in row.form_fields">
<td ng-if="field.fieldType == 'dropdown'" data-ng-repeat="field in row.form_fields">
{{field.fieldValue.field_title}}
</td>
<td ng-if="field.fieldType != 'dropdown'" data-ng-repeat="field in row.form_fields">
{{field.fieldValue}}
</td>
<td ng-if="myform.plugins.oscarhost.baseUrl">