mirror of
https://github.com/nasa/openmct.git
synced 2025-01-11 07:23:16 +00:00
8 lines
269 B
HTML
8 lines
269 B
HTML
|
<select class='form-control input select'
|
||
|
ng-model="ngModel[name]"
|
||
|
ng-options="o.name for o in options"
|
||
|
name="name">
|
||
|
<option value="" ng-if="!ngModel[name]">- Select One -</option>
|
||
|
<span class='ui-symbol arw colorKey'>v</span>
|
||
|
</select>
|