report_app_pendingCtrl.js edited online with Bitbucket

This commit is contained in:
gandhimathi 2018-08-27 13:16:25 +00:00
parent 525ee9d3e0
commit 3edfea85e2

View File

@ -300,7 +300,7 @@ app.controller('report_app_pendingCtrl', ["$scope", "$filter","$rootScope","$mod
submit: function (form, myModel,loading,selectedStudents) {
var comments = [];
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);
if(isNaN(myModel.date)){