student view changes done in student ctrl

This commit is contained in:
gandhimathi 2018-04-25 12:09:18 +05:30
parent 6fb0056ea8
commit c71c84b4a9

View File

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