batch master changes done

This commit is contained in:
gandhimathi 2018-04-20 12:37:45 +05:30
parent 9a68a3deda
commit da098655a0

View File

@ -153,12 +153,12 @@
</label>
<input type="text" placeholder="Enter Batch Code"
tabindex="1" class="form-control" name="batchCode"
tabindex="1" class="form-control" name="batchCode" disallow-spaces
ng-model="myModel.batchCode" ng-pattern="/^[a-zA-Z0-9-\s]*$/" required/>
<span class="error text-small block"
ng-if="Form.batchCode.$dirty && Form.batchCode.$error.required">Batch code is required</span>
<span class="error text-small block"
ng-if="Form.batchCode.$dirty && Form.batchCode.$error.pattern">Invalid course id </span>
ng-if="Form.batchCode.$dirty && Form.batchCode.$error.pattern">Invalid batch code </span>
</div>
<div data-ng-controller="DatepickerDemoCtrl">