call tracking changes
This commit is contained in:
parent
c561afd850
commit
b0d280ead8
@ -548,7 +548,7 @@
|
||||
ng-model="myModel.referedBy" ng-pattern="/^[a-zA-Z.\s]*$/"/>
|
||||
|
||||
<span class="error text-small block"
|
||||
ng-if="Form.refered.$dirty && Form.refered.$error.pattern">Invalid refered by name </span>
|
||||
ng-if="Form.refered.$dirty && Form.refered.$error.pattern">Invalid referred by name </span>
|
||||
</div>
|
||||
<div class="col-md-3 form-group"
|
||||
ng-class="{'has-error':Form.address.$dirty && Form.address.$invalid, 'has-success':Form.address.$valid}">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user