changes for file upload js,html and api
This commit is contained in:
parent
ebca18af0c
commit
000f368a7e
@ -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");
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user