diff --git a/Apollo/assets/js/controllers/studentCtrl.js b/Apollo/assets/js/controllers/studentCtrl.js index 0e11a04c..ca344374 100755 --- a/Apollo/assets/js/controllers/studentCtrl.js +++ b/Apollo/assets/js/controllers/studentCtrl.js @@ -1360,8 +1360,8 @@ app.controller('studentCtrl', ["$scope", "toaster", "$filter", "ngTableParams", submit: function (form, myModelAddPendingDocDetails, stuID) { - // alert('in'); - // return false; + alert('in'); + return false; var firstError = null; if (form.$invalid) { var field = null, firstError = null; @@ -3083,6 +3083,9 @@ $scope.allcourselist =''; if (response.data.PendingDocListStatus == true) { // $scope.PendingDocNotFound = false; $scope.studentPendingDocumentsDetails = response.data.student_pending_doc_details; + + console.log($scope.studentPendingDocumentsDetails); + } else { // $scope.PendingDocNotFound = true; } @@ -3101,9 +3104,11 @@ $scope.allcourselist =''; $scope.studentEntrollPendingDocFORM = { submit: function (form, myModelAddPendingDocDetails, stuID) { -//console.log(myModelAddPendingDocDetails) - // alert('in'); - // return false; +// console.log(myModelAddPendingDocDetails); +// console.log(form); +// console.log(stuID); +// // alert('in'); +// return false; var firstError = null; if (form.$invalid) { var field = null, firstError = null; diff --git a/Apollo/assets/views/student/editStudentDetails.html b/Apollo/assets/views/student/editStudentDetails.html index 88e48128..e7e9c957 100755 --- a/Apollo/assets/views/student/editStudentDetails.html +++ b/Apollo/assets/views/student/editStudentDetails.html @@ -608,12 +608,24 @@ + + +