tmeasday / meteor-router

MIT License
366 stars 76 forks source link

this.params does not return extra url params #58

Closed fzf closed 11 years ago

fzf commented 11 years ago

If I navigate to /place?token=123

this.params['token'] should be 123 correct?

tmeasday commented 11 years ago

Ahh, no, page.js puts it in this.querystring. No attempt is made to parse it, perhaps this would be useful: https://github.com/visionmedia/node-querystring