example-backbone-app icon indicating copy to clipboard operation
example-backbone-app copied to clipboard

As simple as possible backbone.js app to demonstrate how to wire one up

Results 3 example-backbone-app issues
Sort by recently updated
recently updated
newest added

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/

enhancement

…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...