call tracking changes

This commit is contained in:
gandhimathi 2018-03-13 12:39:13 +05:30
parent c561afd850
commit b0d280ead8

View File

@ -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}">