mirror of
https://github.com/nasa/openmct.git
synced 2024-12-23 06:52:24 +00:00
354327accc
Support patterns for text fields, using the ng-pattern directive. WTD-530.
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>
|