kadirahq / flow-router

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

Setting a colon in my URL breaks things #717

Open CaptainN opened 7 years ago

CaptainN commented 7 years ago

I'm trying to set a colon in the URL using FlowRouter.go, but it's causing weirdness. The colon and the fragment before it gets removed from the URL. I can set a colon in every other case - in <a href> links, etc. It's just in FlowRouter.go that seems to mess it up.

Any way to work around this?

CaptainN commented 6 years ago

I fixed this in my branch, if anyone's looking for a way to do this: https://github.com/CaptainN/flow-router