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
Example from docs :
Picker.route("/", function(params, req, res, next) { var ejsonData = {aa: 10}; InjectData.pushData(res, "some-key", ejsonData); // make sure to move the routing forward. next(); });
AND
InjectData.getData("some-key", function(data) { console.log(data); });
doesn't work. On client data is undefined and should be {{aa:10}}
data
undefined
{{aa:10}}
What is more important, this bug breaks FastRender !
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Use the great fork by @abecks .
https://github.com/abecks/meteor-inject-data
https://atmospherejs.com/staringatlights/inject-data
Thanks @abecks !
-Daniel
No branches or pull requests
Example from docs :
AND
doesn't work.
On client
data
isundefined
and should be{{aa:10}}
What is more important, this bug breaks FastRender !
The text was updated successfully, but these errors were encountered: