diff --git a/Apollo/assets/js/controllers/studentViewCtrl.js b/Apollo/assets/js/controllers/studentViewCtrl.js index 8c5bd595..2312792b 100755 --- a/Apollo/assets/js/controllers/studentViewCtrl.js +++ b/Apollo/assets/js/controllers/studentViewCtrl.js @@ -10,7 +10,7 @@ app.controller('studentViewCtrl', ["$scope","$rootScope", "toaster", "$filter", * this method called from view ng-init directive * created by kms * */ - $rootScope.studentAllDetails + $rootScope.studentAllDetails=""; $scope.getStudentDetails = function () { var getcourse = { method: 'POST',