[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