angular-jsonapi
angular-jsonapi copied to clipboard
Nested resources
Hi there, its more of a questions, since its not that clear so far. But how does it deal with nested resources like /users/:id/phones
? I can only see that you can include
phones, but not call that resource directly.
Thanks!