application
This commit is contained in:
parent
77729c46c4
commit
e513f5dc51
@ -1074,7 +1074,7 @@ $this->db->insert_batch('T_BroadcastStatus', $data);
|
||||
|
||||
$this->db->where('t2.StudentID', $studentId);
|
||||
$this->db->where('t2.CourseID', $courseId);
|
||||
// $this->db->group_by('t2.ID');
|
||||
$this->db->group_by('t1.ID');
|
||||
$fromTypes = $this->db->get();
|
||||
$formTypeDetails = $fromTypes->result();
|
||||
if($formTypeDetails){
|
||||
|
||||
@ -126,7 +126,7 @@ app.controller('applicationStatusCtrl', ["$scope", "toaster", "$filter", "ngTabl
|
||||
|
||||
$scope.getUniveId = function (univ) {
|
||||
|
||||
alert('in')
|
||||
// alert('in')
|
||||
$scope.Currentdate = new Date();
|
||||
|
||||
console.log($scope.Currentdate);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user