course details changes done

This commit is contained in:
gandhimathi 2018-01-06 19:44:24 +05:30
parent 674bdcbd2c
commit 4c8162818a

View File

@ -20,7 +20,9 @@ app.controller('dashboardCtrl', ["$scope","$rootScope", "toaster", "$filter", "n
'Content-Type': 'application/json'
},
data: {
requestedBy: JSON.parse(localStorage.getItem('localObj')).localUserID
requestedBy: JSON.parse(localStorage.getItem('localObj')).localUserID,
branchId: JSON.parse(localStorage.getItem('localObj')).localBranchID
}
};
$http(getCallTrack).then(function (response) {