data correction

This commit is contained in:
venbatechnologies@gmail.com 2018-09-07 15:57:05 +05:30
parent 9bf2dd933c
commit fc78d6b209

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