mirror of
https://github.com/nasa/openmct.git
synced 2025-01-04 12:24:10 +00:00
cc181dbdc9
WTD-1002 Added Angular hooks to allow form elements to have JSON defined CSS classes Form element cleanups
11 lines
331 B
HTML
11 lines
331 B
HTML
<span class='form-control shell'>
|
|
<span class='field control {{structure.cssclass}}'>
|
|
<input type="text"
|
|
ng-required="ngRequired"
|
|
ng-model="ngModel[field]"
|
|
ng-pattern="ngPattern"
|
|
size="{{structure.size}}"
|
|
name="mctControl">
|
|
</span>
|
|
</span>
|