Hi Jonathan, I don't use $resource often. I do build my own versions of it (as you are on pathway to do the same!). Rolling my own has the upside that I have more control over how the communication with the server is done. In some cases, I don't even use $http, but web-sockets for example. Currently I'm experimenting (and liking) with RxJS, wich has it's own ajax commands. By rolling your own resource you gain the freedom to control the way your app communicates with your back-end without much hassle!
Regards Sander -- 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.
