mirror of
https://github.com/nasa/openmct.git
synced 2024-12-20 21:53:08 +00:00
4b51c37067
Allow specification of size per-textfield from toolbar structure definitions; WTD-684.
11 lines
308 B
HTML
11 lines
308 B
HTML
<span class='form-control shell'>
|
|
<span class='field control'>
|
|
<input type="text"
|
|
ng-required="ngRequired"
|
|
ng-model="ngModel[field]"
|
|
ng-pattern="ngPattern"
|
|
size="{{structure.size}}"
|
|
name="mctControl">
|
|
</span>
|
|
</span>
|