8 lines
319 B
HTML
Raw Normal View History

<div ng-controller="LayoutFormController">
<select class='form-control input select' ng-model="data.formValue[id].option"
ng-options="o.name for o in data.formValue[id].options">
<option value="">- Select One -</option>
<span class='ui-symbol arw colorKey'>v</span>
</select>
</div>