course details changes done
This commit is contained in:
parent
9b7da178d8
commit
0e251b6d18
@ -121,6 +121,7 @@ app.controller("activityCtrl", ["$scope", "toaster", "$filter", "API_POINTS", "$
|
||||
$scope.loader = '';
|
||||
$scope.emptyData = '';
|
||||
$scope.init = function () {
|
||||
|
||||
var getActivity = {
|
||||
method: 'POST',
|
||||
url: apiPoint.url + 'getActivityDetails/',
|
||||
@ -208,8 +209,10 @@ app.controller("activityCtrl", ["$scope", "toaster", "$filter", "API_POINTS", "$
|
||||
|
||||
$scope.ldloading3[loading.replace('-', '_')] = false;
|
||||
swal("Success!", response.data.message, "success");
|
||||
$scope.editId = -1;
|
||||
$scope.statusList = [];
|
||||
$scope.init();
|
||||
$scope.editId = -1;
|
||||
|
||||
|
||||
} else {
|
||||
$scope.ldloading3[loading.replace('-', '_')] = false;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user