mirror of
https://github.com/nasa/openmct.git
synced 2024-12-24 07:16:39 +00:00
b31b4770d1
Communicate dirty state out of generated forms; WTD-530.
8 lines
277 B
HTML
8 lines
277 B
HTML
<select class='form-control input select'
|
|
ng-model="ngModel[field]"
|
|
ng-options="o.name for o in options"
|
|
name="mctControl">
|
|
<option value="" ng-if="!ngModel[field]">- Select One -</option>
|
|
<span class='ui-symbol arw colorKey'>v</span>
|
|
</select>
|