student info changes in application status

This commit is contained in:
gandhimathi 2018-04-26 14:17:04 +05:30
parent 5b95c34e33
commit 8dd61c5a4e

View File

@ -457,7 +457,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) {