course details changes done
This commit is contained in:
parent
2da6a49dee
commit
0ffba91be7
2
Apollo/assets/views/editStatusDetails.html
Normal file → Executable file
2
Apollo/assets/views/editStatusDetails.html
Normal file → Executable file
@ -25,7 +25,7 @@
|
|||||||
Status Name <span class="symbol required"></span>
|
Status Name <span class="symbol required"></span>
|
||||||
</label>
|
</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/>
|
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.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>
|
<span class="error text-small block" ng-if="Form.ListName.$dirty && Form.ListName.$error.pattern">Invalid status Name </span>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user