We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I had the issue described in http://stackoverflow.com/questions/21724343/no-container-in-jsonserializer on my app, using an online store initializer as described in the docs. Solution was to get rid of declaring the serializer in CustomOnlineAdapter definition:
var CustomOnlineSerializer = ActiveModelSerializer.extend(); var CustomOnlineAdapter = ActiveModelAdapter.extend({ //serializer: CustomOnlineSerializer.create(), http://stackoverflow.com/questions/21724343/no-container-in-jsonserializer });
(with ember-cli & Ember 1.11)
The text was updated successfully, but these errors were encountered:
Could you send a PR updating the README?
Sorry, something went wrong.
No branches or pull requests
I had the issue described in http://stackoverflow.com/questions/21724343/no-container-in-jsonserializer on my app, using an online store initializer as described in the docs. Solution was to get rid of declaring the serializer in CustomOnlineAdapter definition:
(with ember-cli & Ember 1.11)
The text was updated successfully, but these errors were encountered: