course details changes done

This commit is contained in:
gandhimathi 2017-12-18 17:28:15 +05:30
parent 09244dafe2
commit b50453b82a

View File

@ -33,7 +33,7 @@
</div>
<div class="col-md-4">
<div class="form-group"
ng-class="{'has-error':Form.status.$dirty && Form.status.$invalid, 'has-success':Form.status.$valid}">
ng-class="{'has-error':Form.status.$dirty && Form.status.$invalid && viewEditStatus.list.length==0, 'has-success':Form.status.$valid}">
<label >
Status<span
class="symbol required"></span>
@ -49,7 +49,7 @@
</ui-select-choices>
</ui-select>
<input type="hidden" name="status"
<input class="ng-hide" type="text" name="status"
ng-model="viewEditStatus.list"
required>
<span class="error text-small block"