Oh.. let me clarify something.. I'm confused because it seems like you are saying that I just need to make a function that makes the $http call and pass that as the request something like this: ------------ Where it currently is like this: -------- PagingService.prototype.bind = function (pagingVO, request)
It seems like you are saying should just need to be changed like this: PagingService.prototype.bind = function (pagingVO, myFunction) So, that has to do with some of my confusion. Edmund -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
