Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 413 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 413 Bytes

TechTalk-Backbone

Examples for the talk "Backbone JavaScript Apps" from the 3rd eBay Tech Talk in Berlin on January 31st, 2013.

simple-app

This shows how to use a model to access a specific github issue and display it's content inside a view.

routed-app

The simple-app example is extended to incorporate a Backbone.Collection and a Backbone.Router to demonstrate a classic master-detail concept.