A Meteor smart package for client and server side routing in Meteor.
I just started working with iron router on meteor. I need to show an image on homepage. I was able …
meteor meteorite iron-routerI am trying to get the query parameters in the url. There doesn't seem to be an easy way to …
meteor iron-routerI'm using the built in loginButtons options with Meteor and I would like to redirect after a user logs in. …
meteor iron-routerI have a simple route with a parameter: this.route('article', { path: '/article/:_id', data: function() { return Articles.findOne(…
meteor meteorite handlebars.js iron-routerIn a Template Helper I get the current path from Iron.Router (iron:router) as follows: Router.current().route.path() …
meteor iron-routerI am using the new blaze-integration branch of IR and have made the necessary changes for an existing application. I …
javascript meteor iron-routerI am fighting with the common need for redirecting a user to a login page if he is not logged-in (…
meteor iron-routerI am trying to pass query parameters in Router.go like below: var filter = 'abc'; var path = Router.current() &&…
meteor iron-routerWhat can I use in a template to figure out the route name that is associated with the route that …
javascript meteor iron-routerI have multiple checkboxes whose checked attributes represent boolean values in a collection. My code properly tracks the click event …
meteor iron-router