student controller listing status changes , Live issue : kdk
This commit is contained in:
parent
60770caada
commit
33d3b0d557
@ -736,6 +736,7 @@ app.controller('studentCtrl', ["$scope", "toaster", "$filter", "ngTableParams",
|
||||
$scope.editCourseId = unique_id;
|
||||
$scope.editId = -1;
|
||||
$scope.courseEditLoading = true;
|
||||
$scope.courselist = true;
|
||||
}
|
||||
|
||||
|
||||
@ -863,6 +864,8 @@ app.controller('studentCtrl', ["$scope", "toaster", "$filter", "ngTableParams",
|
||||
$scope.studentCourseList = response.data.course_details;
|
||||
// $scope.stucour = $scope.studentCourse[0];
|
||||
} else {
|
||||
$scope.courselist = false;
|
||||
$scope.courseEditLoading='';
|
||||
}
|
||||
});
|
||||
}
|
||||
@ -1889,7 +1892,6 @@ app.controller('studentSuperAdminCtrl', ["$scope", "toaster", "$filter", "ngTabl
|
||||
$scope.studentCourseList = response.data.course_details;
|
||||
// $scope.stucour = $scope.studentCourse[0];
|
||||
} else {
|
||||
|
||||
$scope.courselist = false;
|
||||
$scope.courseEditLoading='';
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user