From 29767bebe0fed062dc1b11e617064e491c827029 Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Mon, 22 Jan 2018 16:26:42 +0530 Subject: [PATCH] course details changes done --- 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 b2447f5e..76ff3bdf 100755 --- a/Apollo/assets/js/controllers/studentViewCtrl.js +++ b/Apollo/assets/js/controllers/studentViewCtrl.js @@ -20,7 +20,7 @@ app.controller('studentViewCtrl', ["$scope","$rootScope", "toaster", "$filter", }, data: { requestedBy: JSON.parse(localStorage.getItem('localObj')).localUserID, - + requestedFrom: 2 } }; $http(getcourse).then(function (response) {