course details changes done

This commit is contained in:
gandhimathi 2017-12-09 16:33:24 +05:30
parent 7f0093da0a
commit c3a7f5b084

2
Apollo/assets/views/status.html Normal file → Executable file
View 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"