application

This commit is contained in:
venbatechnologies@gmail.com 2018-12-07 18:04:56 +05:30
parent 77729c46c4
commit e513f5dc51
2 changed files with 2 additions and 2 deletions

View File

@ -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){

View File

@ -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);