commit changes
This commit is contained in:
parent
b507941d80
commit
9465d2b310
@ -285,7 +285,10 @@ app.controller('student_university_fee_compareCtrl', ["$scope", "toaster", "$fil
|
|||||||
|
|
||||||
$scope.popupLoad = false;
|
$scope.popupLoad = false;
|
||||||
$scope.popupLoadData = false;
|
$scope.popupLoadData = false;
|
||||||
|
$scope.formPaymentDetails="";
|
||||||
$scope.getFeeCompareDetails = function(formId, enrolmentId){
|
$scope.getFeeCompareDetails = function(formId, enrolmentId){
|
||||||
|
$scope.popupLoadData = false;
|
||||||
|
$scope.formPaymentDetails="";
|
||||||
$scope.popupLoad = true;
|
$scope.popupLoad = true;
|
||||||
var getFeeCompareDetailsList = {
|
var getFeeCompareDetailsList = {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
@ -304,9 +307,12 @@ app.controller('student_university_fee_compareCtrl', ["$scope", "toaster", "$fil
|
|||||||
if (response.data.status == true) {
|
if (response.data.status == true) {
|
||||||
$scope.popupLoad = false;
|
$scope.popupLoad = false;
|
||||||
$scope.popupLoadData = true;
|
$scope.popupLoadData = true;
|
||||||
|
$scope.formPaymentDetails=response.data;
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
$scope.popupLoad = false;
|
$scope.popupLoad = false;
|
||||||
$scope.popupLoadData = true;
|
$scope.popupLoadData = true;
|
||||||
|
$scope.formPaymentDetails=response.data;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user