diff --git a/Apollo/assets/js/controllers/studentCtrl.js b/Apollo/assets/js/controllers/studentCtrl.js index e5cdbeb6..975a6e18 100755 --- a/Apollo/assets/js/controllers/studentCtrl.js +++ b/Apollo/assets/js/controllers/studentCtrl.js @@ -181,13 +181,13 @@ app.controller('studentCtrl', ["$scope", "toaster", "$filter", "ngTableParams", $scope.batchlengh='0'; - $scope.visiblecheck='0'; + $scope.visiblecheck='1'; $scope.getUniveId = function (univ) { //alert('1') $scope.coursedropdownstatus = false; - $scope.visiblecheck='1'; + $scope.visiblecheck='0'; if (univ === '') { $scope.myUnivSearch = ""; @@ -2059,7 +2059,7 @@ $scope.allcourselist =''; $scope.myUnivSearch = ""; $scope.coursedropdownstatus = true; - $scope.visiblecheck='0'; + $scope.visiblecheck='1'; $scope.getUniveId = function (univ) { @@ -2073,7 +2073,7 @@ $scope.allcourselist =''; $scope.batchData = name.Batch; $scope.OpenWindowStatus = false; - $scope.visiblecheck='1'; + $scope.visiblecheck='0'; $scope.getStudentList(); }; diff --git a/Apollo/assets/views/student/student_details_SuperAdmin.html b/Apollo/assets/views/student/student_details_SuperAdmin.html index b7aaa350..633e134a 100755 --- a/Apollo/assets/views/student/student_details_SuperAdmin.html +++ b/Apollo/assets/views/student/student_details_SuperAdmin.html @@ -132,7 +132,7 @@ -