mirror of
https://github.com/nasa/openmct.git
synced 2025-06-24 02:04:02 +00:00
[Forms] Support patterns
Support patterns for text fields, using the ng-pattern directive. WTD-530.
This commit is contained in:
@ -3,6 +3,7 @@
|
||||
<input type="text"
|
||||
ng-required="ngRequired"
|
||||
ng-model="ngModel[field]"
|
||||
ng-pattern="ngPattern"
|
||||
name="mctControl">
|
||||
</span>
|
||||
</span>
|
||||
|
Reference in New Issue
Block a user