dashboard branch changes

This commit is contained in:
gandhimathi 2018-04-24 18:24:45 +05:30
parent bbc97e7271
commit a0fec227ee

View File

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