-
Notifications
You must be signed in to change notification settings - Fork 613
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
option for disabling hash navigation #180
Comments
1+ for this. When using livereload during development everything gets all foobarred when the browser refreshes on pages other then the first. Think it has something to do with the hash not working properly. 😟 |
Thanks @imakewebthings .. Understood. |
@popkinj For what it's worth, here's how we're handling it: https://github.com/nprapps/lookatthis/blob/master/posts/test-project/www/js/app.js#L342 |
Thanks @eads . That should help a lot.😊 |
Thanks @eads it helped a lot 😄 |
Is there an option for disabling hash navigation? looking through the source, it appears the answer is no. Since hash now appears to be part of the core module, I'd be interested in adding that as an option.
The text was updated successfully, but these errors were encountered: