Closed em92 closed 8 years ago
Closing. The purpose of handling pushState vs hash urls transparently means you can always use normal non-hash urls in hrefs.
ex: link will automatically route to #!/anything if the router is configured to use hash urls.
If you try to click
<a href="#!/anything">link</a>
it will navigate to "#!/", but it must navigate to "#!/anything". This commit fixes this problem.