course details changes done
This commit is contained in:
parent
7f0093da0a
commit
c3a7f5b084
2
Apollo/assets/views/status.html
Normal file → Executable file
2
Apollo/assets/views/status.html
Normal file → Executable file
@ -44,7 +44,7 @@
|
||||
|
||||
<input type="text" placeholder="Enter Status Name"
|
||||
tabindex="1" class="form-control" name="StatusName"
|
||||
ng-model="myModel.StatusName" ng-pattern="/^[a-zA-Z0-9.\s]*$/" required/>
|
||||
ng-model="myModel.StatusName" ng-pattern="/^[a-zA-Z0-9.\s]*$/" capitalize required/>
|
||||
<span class="error text-small block"
|
||||
ng-if="Form.StatusName.$dirty && Form.StatusName.$error.required">Status name is required</span>
|
||||
<span class="error text-small block"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user