changes for file upload js,html and api

This commit is contained in:
gandhimathi 2018-08-30 12:46:15 +05:30
parent ebca18af0c
commit 000f368a7e

View File

@ -221,6 +221,7 @@ app.controller('student_university_fee_compareCtrl', ["$scope", "toaster", "$fil
$http(updateUniversityEnrolment).then(function (response) {
if (response.data.status == true) {
swal("", "Updated Successfully", "success");
$state.go($state.current, {}, {reload: true});
} else {
swal("", "Failed", "error");
}