course details changes done

This commit is contained in:
gandhimathi 2018-01-22 16:26:42 +05:30
parent 72b2030a84
commit 29767bebe0

View File

@ -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) {