1👍
✅
You should call DegreesService.getDegrees()
like this:
DegreesService.getDegrees(degree.DegreeCategoryID, function(response){...})
BTW, $http.get()
returns a promise. DO NOT use callbacks if you have promises!
Source:stackexchange.com