report_app_pendingCtrl.js edited online with Bitbucket
This commit is contained in:
parent
525ee9d3e0
commit
3edfea85e2
@ -300,7 +300,7 @@ app.controller('report_app_pendingCtrl', ["$scope", "$filter","$rootScope","$mod
|
|||||||
submit: function (form, myModel,loading,selectedStudents) {
|
submit: function (form, myModel,loading,selectedStudents) {
|
||||||
var comments = [];
|
var comments = [];
|
||||||
for(var stuid=0;stuid<=selectedStudents.length-1;stuid++){
|
for(var stuid=0;stuid<=selectedStudents.length-1;stuid++){
|
||||||
comments [stuid] ="Call Tracking For Report Application Details ";
|
comments [stuid] ="Call Tracking For For New & Re-Reg Form Status ";
|
||||||
}
|
}
|
||||||
//console.log(selectedStudents);
|
//console.log(selectedStudents);
|
||||||
if(isNaN(myModel.date)){
|
if(isNaN(myModel.date)){
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user