example-backbone-app
example-backbone-app copied to clipboard
change routes to use push state
instead of
<a href="#notes/index">
would be better example to enable push state and use URLs as such
<a href="/notes/index">
Backbone.history.start({pushState: true});
http://artsy.github.io/blog/2012/06/25/replacing-hashbang-routes-with-pushstate/