This commit is contained in:
gandhimathi 2018-09-07 16:06:19 +05:30
commit e05f3140d0

View File

@ -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);
});