mirror of
https://github.com/nasa/openmct.git
synced 2025-02-02 09:18:20 +00:00
77c1b150d9
Add remaining platform form controls; amend mct-form and mct-control directives to better communicate state. Begin working on problem of communicating validation back out of the form. WTD-530.
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>
|