So I wanted to work with RESTful API. After handling resource for several months I've found it lacking in nested objects, it works only for flat APIs while objects within objects proved troublesome.
So I moved to restangular, and I really didn't like the fact that it depends on lodash and that it's not pre-configurable. And here is my solution, it works on resource as a scaffolding and extends it: https://github.com/roypeled/angular-nested-resource -- 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.
