openmct/platform/forms/res/templates/controls/textfield.html
Victor Woeltjen b31b4770d1 [Forms] Communicate dirty state
Communicate dirty state out of generated forms;
WTD-530.
2014-11-26 13:08:57 -08:00

8 lines
189 B
HTML

<span class='form-control shell'>
<span class='field control'>
<input type="text"
ng-model="ngModel[field]"
name="mctControl">
</span>
</span>