Meteor Iron Router : Passing data between routes

前端 未结 2 1357
暗喜
暗喜 2021-02-08 00:34

How do I pass data between two different routes and templates?

I have a javascript file on the front end (client folder) that simply calls Router.go() passing in the po

2条回答
  •  夕颜
    夕颜 (楼主)
    2021-02-08 00:51

    Could you pass the info in the Session? the docs for that are here http://docs.meteor.com/#session. That's what I'm planning on doing.

提交回复
热议问题