From fc78d6b2096a47208da335a6dd5f9b579b2de274 Mon Sep 17 00:00:00 2001 From: "venbatechnologies@gmail.com" Date: Fri, 7 Sep 2018 15:57:05 +0530 Subject: [PATCH] data correction --- Apollo/assets/js/controllers/entrycorrectionCtrl.js | 1 + 1 file changed, 1 insertion(+) 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); });