mirror of
https://github.com/nasa/openmct.git
synced 2025-02-14 06:32:42 +00:00
10 lines
267 B
HTML
10 lines
267 B
HTML
<span class='form-control shell'>
|
|
<span class='field control'>
|
|
<input type="text"
|
|
ng-required="ngRequired"
|
|
ng-model="ngModel[field]"
|
|
ng-pattern="ngPattern"
|
|
name="mctControl">
|
|
</span>
|
|
</span>
|