example-backbone-app
example-backbone-app copied to clipboard
As simple as possible backbone.js app to demonstrate how to wire one up
It breaks in note_router.js, line 15, because is missing: this.collection = new APP.NoteCollection();
instead of ``` html ``` would be better example to enable push state and use URLs as such ``` html ``` ``` javascript Backbone.history.start({pushState: true}); ``` http://artsy.github.io/blog/2012/06/25/replacing-hashbang-routes-with-pushstate/
…app. This README includes: - A project title and description. - Instructions on how to run the application. - A list of key features. - An overview of the project...