This commit is contained in:
gayathri1990 2018-10-26 12:45:04 +05:30
parent 26f803ded4
commit 385898bef2
4 changed files with 7 additions and 0 deletions

View File

@ -192,6 +192,7 @@ app.controller('report_app_pendingCtrl', ["$scope", "$filter","$rootScope","$mod
{
$scope.selectedStudentsID.push($scope.filteredItems[i]);
$rootScope.selectedStudentMN.push($scope.filteredItems[i].Phone_number);
}
}
}

View File

@ -242,6 +242,7 @@ app.controller('report_balfeeCtrl', ["$scope", "$filter","$rootScope","$modal",
{
$scope.selectedStudentsID.push($scope.filteredItems[i]);
$rootScope.selectedStudentbalfeesMN.push($scope.filteredItems[i].Phone_number);
}
}
}

View File

@ -188,6 +188,7 @@ app.controller('report_certificateCtrl', ["$scope", "$filter","$rootScope","$mod
{
$scope.selectedStudentsID.push($scope.filteredItems[i]);
$rootScope.selectedStudentcertificateMN.push($scope.filteredItems[i].Phone_number);
}
}
}

View File

@ -509,7 +509,11 @@ $scope.disableSendButton = true;
// }
// });
}
$rootScope.selectedStudentMN='';
$rootScope.selectedStudentcertificateMN='';
$rootScope.selectedStudentbalfeesMN='';
},
reset: function (form) {
}