course details changes done

This commit is contained in:
gandhimathi 2017-12-09 16:32:39 +05:30
parent 2da6a49dee
commit 0ffba91be7

2
Apollo/assets/views/editStatusDetails.html Normal file → Executable file
View File

@ -25,7 +25,7 @@
Status Name <span class="symbol required"></span>
</label>
<input type="text" placeholder="Enter Status Name" tabindex="1" class="form-control" name="StatusName" ng-model="p.ListName"
<input type="text" placeholder="Enter Status Name" tabindex="1" class="form-control" name="StatusName" ng-model="p.ListName" capitalize
required/>
<span class="error text-small block" ng-if="Form.ListName.$dirty && Form.ListName.$error.required">status Name is required</span>
<span class="error text-small block" ng-if="Form.ListName.$dirty && Form.ListName.$error.pattern">Invalid status Name </span>