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"> <th class="scope">
{{$index+1}} {{$index+1}}
</th> </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}} {{field.fieldValue}}
</td> </td>
<td ng-if="myform.plugins.oscarhost.baseUrl"> <td ng-if="myform.plugins.oscarhost.baseUrl">