You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried with both store.sync and store.syncWithMeta, and either way, I can't see the meta information in the datastore when I pull the record using store.find. The rest of the data is fine; I can see the attributes, relationships and links.
This is how I use the datastore (within some AngularJS code):
@amwmedia, I believe he means that he couldn't retrieve the meta information in the store object after doing store.syncWithMeta(payload). I'm kinda having the same problem to retrieve the meta object after syncing it in the store. Is there something like store.metadata() to retrieve this information from the store?
Support for meta object doesn't seem to work.
I tried with both
store.sync
andstore.syncWithMeta
, and either way, I can't see the meta information in the datastore when I pull the record usingstore.find
. The rest of the data is fine; I can see the attributes, relationships and links.This is how I use the datastore (within some AngularJS code):
And this is my JSON payload:
The text was updated successfully, but these errors were encountered: