Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make processing hashbang urls an option #15

Open
lassombra opened this issue May 13, 2015 · 1 comment
Open

Make processing hashbang urls an option #15

lassombra opened this issue May 13, 2015 · 1 comment

Comments

@lassombra
Copy link

Please make the processing of hashbang urls optional. There are use cases (I have one) where we need to be able to handle those differently.

The case I need is the ability to turn this off because google got into it's results list a large number of incorrect #! endings (where the route is correct, but then ends #!).

Ideally there'd be a configuration option instead to strip the hashbang instead of processing it.

@JNissi
Copy link

JNissi commented May 20, 2015

+1

There should be an option to skip handling the hashbang. I have two different angular applications running under two different iron router routes and I would like to ignore the hashbang completely.

I can reconfigure angular to use '#:' instead of #!, but that isn't optimal as I'm trying to emulate the former url scheme.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants