jakubrohleder / angular-jsonapi

Simple and lightweight, yet powerful ORM for your frontend that seamlessly integrates with your JsonAPI server.
http://jakubrohleder.github.io/angular-jsonapi/
GNU General Public License v3.0
96 stars 34 forks source link

Add 'meta' property on linked data object #34

Open eduardmartinez opened 8 years ago

eduardmartinez commented 8 years ago

Sometimes, it's necessary to send additional data on a relationship (a field's name, etc...) in order to be processed by JSON API backend. The spec says META property is optional.

eduardmartinez commented 8 years ago

@jakubrohleder Sorry for bothering you, but I'd like to know if you can check it because I'm using this package on my project and it's very important. Thank you.