course details changes done
This commit is contained in:
parent
09244dafe2
commit
b50453b82a
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user