course details changes done

This commit is contained in:
gandhimathi 2018-01-27 13:42:13 +05:30
parent e366f72c70
commit cfae43baa5

View File

@ -127,7 +127,9 @@ app.controller('feesStatusCtrl', ["$scope","$rootScope","toaster", "$filter", "n
mobileNumber: myModel.mobileNumber,
university: $scope.univId,
course:myModel.courseName,
requestedtBy: JSON.parse(localStorage.getItem('localObj')).localUserID
requestedtBy: JSON.parse(localStorage.getItem('localObj')).localUserID,
branchId: JSON.parse(localStorage.getItem('localObj')).localBranchID,
requestedDept: JSON.parse(localStorage.getItem('localObj')).localType,
}
};
$http(getStudent).then(function (response) {