course details changes done
This commit is contained in:
parent
950e1c0694
commit
796b24d29a
@ -53,7 +53,7 @@
|
|||||||
ng-model="updateModel.feesType"
|
ng-model="updateModel.feesType"
|
||||||
ng-options="fees.Sem_Year for fees in studentFeesInfo"
|
ng-options="fees.Sem_Year for fees in studentFeesInfo"
|
||||||
required ng-change="changeTotalFees(updateModel.feesType);">
|
required ng-change="changeTotalFees(updateModel.feesType);">
|
||||||
<option value=""> Select Fees Type</option>
|
<!-- <option value=""> Select Fees Type</option>-->
|
||||||
</select>
|
</select>
|
||||||
<span class="error text-small block"
|
<span class="error text-small block"
|
||||||
ng-if="Form.feesType.$dirty && Form.feesType.$invalid">Fees type is required</span>
|
ng-if="Form.feesType.$dirty && Form.feesType.$invalid">Fees type is required</span>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user