Eduard Martinez
Eduard Martinez
I was testing the plunker simple example and I found when I typed 'ssdfssd' or another value out of the allowed values, the value was stored in scope anyway and...
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.
Hi. I was trying to add a `meta` object into a relationship's object. For example, I have a `user` object which has many `cars` but I need to send some...
When I call the 'unlink' method of an element, it seems to set empty the whole element's relationship attribute when request is made. For example, having the following schemas: ```...
Hi. More than a issue is a question. I noticed when I execute resource's all() method, it makes a request to the REST server automatically, even if I only want...