mirror of
https://github.com/nasa/openmct.git
synced 2025-02-21 17:57:04 +00:00
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
9 lines
216 B
HTML
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>
|
|
|