diff --git a/Apollo/assets/js/controllers/entrycorrectionCtrl.js b/Apollo/assets/js/controllers/entrycorrectionCtrl.js index 4f650f88..5188cdec 100644 --- a/Apollo/assets/js/controllers/entrycorrectionCtrl.js +++ b/Apollo/assets/js/controllers/entrycorrectionCtrl.js @@ -249,6 +249,7 @@ $scope.universitySearchData = ''; $http(updatecourse).then(function (response) { swal('Change Saved Successfully', response.data.message, "success"); $scope.close(); + $scope.getStudentDetails(form,myModel); });