Skip to content

Meteor@1.4 + doesn't work any more #13

Description

@parhelium

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}}

What is more important, this bug breaks FastRender !

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions