mirror of
https://github.com/nasa/openmct.git
synced 2025-01-11 07:23:16 +00:00
658d485ccc
Initial minimal working implementation where a two-way binding between form and form user is observable. Notably, change ng-options to options, since ng-options is terminal (it breaks mct-control). WTD-530
8 lines
196 B
HTML
8 lines
196 B
HTML
<label class="checkbox custom no-text">
|
|
<input type="checkbox"
|
|
name="{{name}}"
|
|
ng-model="ngModel[name]"
|
|
ng-disabled="ngDisabled">
|
|
<em> </em>
|
|
</label>
|