course details changes done
This commit is contained in:
parent
f25cc3a419
commit
ec20421f29
@ -46,7 +46,7 @@
|
||||
<div class="row">
|
||||
<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>
|
||||
@ -63,7 +63,7 @@
|
||||
</ui-select-choices>
|
||||
</ui-select>
|
||||
|
||||
<input type="hidden" name="status"
|
||||
<input class="ng-hide" name="status"
|
||||
ng-model="viewEditStatus.list"
|
||||
required>
|
||||
<span class="error text-small block"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user