I am trying to get the query parameters in the url.
There doesn\'t seem to be an easy way to do this...
which leaves me with the feeling that I must have mis
try tihs:
Router.current().params.parametername;
and in router.js file routing must be:
route(routername/:parametername)