course details changes done
This commit is contained in:
parent
3cb942f83b
commit
d609bc9ae9
@ -158,7 +158,7 @@
|
|||||||
|
|
||||||
<input type="text" placeholder="Enter Course ID"
|
<input type="text" placeholder="Enter Course ID"
|
||||||
tabindex="2" class="form-control" name="coursecode" ng-maxlength="20"
|
tabindex="2" class="form-control" name="coursecode" ng-maxlength="20"
|
||||||
ng-model="myModel.courseCode" ng-pattern="/^[a-zA-Z0-9\s]*$/" required/>
|
ng-model="myModel.courseCode" ng-pattern="/^[a-zA-Z0-9-\s]*$/" required/>
|
||||||
<span class="error text-small block"
|
<span class="error text-small block"
|
||||||
ng-if="Form.coursecode.$dirty && Form.coursecode.$error.required">Course id is required</span>
|
ng-if="Form.coursecode.$dirty && Form.coursecode.$error.required">Course id is required</span>
|
||||||
<span class="error text-small block"
|
<span class="error text-small block"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user