kadirahq / flow-router

Carefully Designed Client Side Router for Meteor
MIT License
1.09k stars 195 forks source link

Routes with paramaters throw 'There is no route for the path' in IE11 #651

Closed NvdB31 closed 8 years ago

NvdB31 commented 8 years ago

All other routes work, but route with parameter doesn't work in IE. How could I go about solving this bug?

NvdB31 commented 8 years ago

I already solved it myself. As it turns out, I had to use the +arillo:flow-router-helpers package and use {{pathFor href='template_name'}} instead of just outputting the path/to/id in the href element.