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.popupLoadData = false;
|
||||
$scope.formPaymentDetails="";
|
||||
$scope.getFeeCompareDetails = function(formId, enrolmentId){
|
||||
$scope.popupLoadData = false;
|
||||
$scope.formPaymentDetails="";
|
||||
$scope.popupLoad = true;
|
||||
var getFeeCompareDetailsList = {
|
||||
method: 'POST',
|
||||
@ -304,9 +307,12 @@ app.controller('student_university_fee_compareCtrl', ["$scope", "toaster", "$fil
|
||||
if (response.data.status == true) {
|
||||
$scope.popupLoad = false;
|
||||
$scope.popupLoadData = true;
|
||||
$scope.formPaymentDetails=response.data;
|
||||
|
||||
} else {
|
||||
$scope.popupLoad = false;
|
||||
$scope.popupLoadData = true;
|
||||
$scope.formPaymentDetails=response.data;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user