mirror of
https://github.com/nasa/openmct.git
synced 2024-12-23 06:52:24 +00:00
b31b4770d1
Communicate dirty state out of generated forms; WTD-530.
8 lines
199 B
HTML
8 lines
199 B
HTML
<label class="checkbox custom no-text">
|
|
<input type="checkbox"
|
|
name="mctControl"
|
|
ng-model="ngModel[field]"
|
|
ng-disabled="ngDisabled">
|
|
<em> </em>
|
|
</label>
|