batch master changes done
This commit is contained in:
parent
9a68a3deda
commit
da098655a0
@ -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">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user