student view changes in sms broad cast ctrl

This commit is contained in:
gandhimathi 2018-04-25 12:11:17 +05:30
parent c71c84b4a9
commit 2b9be03dba

View File

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