course details changes done
This commit is contained in:
parent
e9e7b7c089
commit
5ecee94235
@ -26,7 +26,7 @@
|
||||
<!--ng-if="Form.sessionName.$valid">Thank You!</span>-->
|
||||
</div>
|
||||
<div class="col-md-4 form-group"
|
||||
ng-class="{'has-error':Form.university.$dirty && Form.university.$invalid || viewUniversity.list.length==0, 'has-success':Form.university.$valid}">
|
||||
ng-class="{'has-error':Form.university.$dirty && Form.university.$invalid && viewUniversity.list.length==0, 'has-success':Form.university.$valid}">
|
||||
<label>
|
||||
University <span class="symbol required"></span>
|
||||
</label>
|
||||
@ -42,12 +42,12 @@
|
||||
</ui-select-choices>
|
||||
</ui-select>
|
||||
|
||||
<input type="hidden" name="university"
|
||||
<input class="ng-hide" type="text" name="university"
|
||||
ng-model="viewUniversity.list"
|
||||
required>
|
||||
|
||||
<span class="error text-small block"
|
||||
ng-if="Form.university.$dirty && Form.university.$error.required || viewUniversity.list.length==0">University is required.</span>
|
||||
ng-if="Form.university.$dirty && Form.university.$error.required && viewUniversity.list.length==0">University is required.</span>
|
||||
<!--<span class="success text-small block"-->
|
||||
|
||||
|
||||
@ -75,7 +75,7 @@
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<div class="pull-right">
|
||||
<button type="submit" ladda="ldloading3.zoom_in" tabindex="5" class="btn btn-wide btn-success" data-style="zoom-in" ng-click="updateSession(p,viewUniversity,Form,'zoom-in')" ng-disabled="viewUniversity.list.length==0">
|
||||
<button type="submit" ladda="ldloading3.zoom_in" tabindex="5" class="btn btn-wide btn-success" data-style="zoom-in" ng-click="updateSession(p,viewUniversity,Form,'zoom-in')">
|
||||
Save
|
||||
</button>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user