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.editCourseId = unique_id;
|
||||||
$scope.editId = -1;
|
$scope.editId = -1;
|
||||||
$scope.courseEditLoading = true;
|
$scope.courseEditLoading = true;
|
||||||
|
$scope.courselist = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -863,6 +864,8 @@ app.controller('studentCtrl', ["$scope", "toaster", "$filter", "ngTableParams",
|
|||||||
$scope.studentCourseList = response.data.course_details;
|
$scope.studentCourseList = response.data.course_details;
|
||||||
// $scope.stucour = $scope.studentCourse[0];
|
// $scope.stucour = $scope.studentCourse[0];
|
||||||
} else {
|
} else {
|
||||||
|
$scope.courselist = false;
|
||||||
|
$scope.courseEditLoading='';
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
@ -1889,7 +1892,6 @@ app.controller('studentSuperAdminCtrl', ["$scope", "toaster", "$filter", "ngTabl
|
|||||||
$scope.studentCourseList = response.data.course_details;
|
$scope.studentCourseList = response.data.course_details;
|
||||||
// $scope.stucour = $scope.studentCourse[0];
|
// $scope.stucour = $scope.studentCourse[0];
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
$scope.courselist = false;
|
$scope.courselist = false;
|
||||||
$scope.courseEditLoading='';
|
$scope.courseEditLoading='';
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user