student view changes done in student ctrl
This commit is contained in:
parent
6fb0056ea8
commit
c71c84b4a9
@ -3046,7 +3046,8 @@ app.controller('studentModalDemoCtrl', ["$scope","$rootScope", "$modal", "$log",
|
||||
},
|
||||
data: {
|
||||
requestedBy: studentDetails.StudentID,
|
||||
requestedFrom: 1
|
||||
requestedFrom: 1,
|
||||
branchCode:JSON.parse(localStorage.getItem('localObj')).localBranchID
|
||||
}
|
||||
};
|
||||
$http(getcourse).then(function (response) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user