From ee1d7140f323277496ed75b6475afe10051a7c29 Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Fri, 16 Mar 2018 16:12:48 +0530 Subject: [PATCH] student viewchanges --- Apollo/assets/js/controllers/studentViewCtrl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',