option for disabling hash navigation
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.
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. 😟
@eads @popkinj It cannot be disabled or easily hacked around without forking right now. I agree though that it should be. I'll include this in the 2.0 list, but as you may be able to tell this (deck.js) isn't high on my priority list right now.
Thanks @imakewebthings .. Understood. Appreciate the response. ☺
@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 :smile: