Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for syncing deeply nested Models and Collections #76

Open
astoilkov opened this issue Jul 28, 2015 · 2 comments
Open

Add support for syncing deeply nested Models and Collections #76

astoilkov opened this issue Jul 28, 2015 · 2 comments

Comments

@astoilkov
Copy link
Owner

Currently if you call sync on Model or Collection that have deeply nested Model or Collection inside this will throw an error when JSON.stringify is executed.

@quantumlink
Copy link

Is there a way to implement syncing for now without this that you could recommend?
Edit: Recommendation below works, looking forward to deep sync support.

@astoilkov
Copy link
Owner Author

Yes. However, you will need to manually do your ajax requests and then manually fill the Model and Collection objects. You could try that and write back if you need more help with this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants