openmct/platform/forms/res/templates/_textfield.html
Victor Woeltjen 695ca5c0cf [Forms] Bring in initial work on forms
Bring in previous work on the forms component; this includes
transitioned versions of specific form elements, and the
mct-form direction which generates these. WTD-530
2014-11-26 08:01:00 -08:00

9 lines
216 B
HTML

<div ng-controller="LayoutFormController">
<span class='form-control shell'>
<span class='field control'>
<input type="text" ng-model="data.formValue[id]">
</span>
</span>
</div>