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.loader = '';
|
||||||
$scope.emptyData = '';
|
$scope.emptyData = '';
|
||||||
$scope.init = function () {
|
$scope.init = function () {
|
||||||
|
|
||||||
var getActivity = {
|
var getActivity = {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
url: apiPoint.url + 'getActivityDetails/',
|
url: apiPoint.url + 'getActivityDetails/',
|
||||||
@ -208,8 +209,10 @@ app.controller("activityCtrl", ["$scope", "toaster", "$filter", "API_POINTS", "$
|
|||||||
|
|
||||||
$scope.ldloading3[loading.replace('-', '_')] = false;
|
$scope.ldloading3[loading.replace('-', '_')] = false;
|
||||||
swal("Success!", response.data.message, "success");
|
swal("Success!", response.data.message, "success");
|
||||||
$scope.editId = -1;
|
$scope.statusList = [];
|
||||||
$scope.init();
|
$scope.init();
|
||||||
|
$scope.editId = -1;
|
||||||
|
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
$scope.ldloading3[loading.replace('-', '_')] = false;
|
$scope.ldloading3[loading.replace('-', '_')] = false;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user