erikringsmuth / app-router

Router for Web Components
https://erikringsmuth.github.io/app-router/
MIT License
610 stars 83 forks source link

Add hashbang support to go() by introducing the "hashbang" mode to app-router #103

Closed nomego closed 9 years ago

nomego commented 9 years ago

app-router already supports hash changes with hashbang URLs but not when navigating. This commit will make .go() prefix paths with "#!" instead of "#" if app-router has the attribute mode="hashbang".