student info changes in study material

This commit is contained in:
gandhimathi 2018-04-26 14:15:48 +05:30
parent 3681f211c2
commit b7ca15e8dd

View File

@ -466,7 +466,8 @@ app.controller('studentModalDemoCtrl', ["$scope", "$modal", "$log", "API_POINTS"
}, },
data: { data: {
requestedBy :studentDetails.MobileNumber, requestedBy :studentDetails.MobileNumber,
requestedFrom: 3 requestedFrom: 3,
branchCode:JSON.parse(localStorage.getItem('localObj')).localBranchID
} }
}; };
$http(getcourse).then(function (response) { $http(getcourse).then(function (response) {