(hoofbeats) Displaying media items works.
authorSalvatore Iovene <salvatore@iovene.com>
Wed, 6 Feb 2013 06:24:17 +0000 (08:24 +0200)
committerSalvatore Iovene <salvatore@iovene.com>
Wed, 6 Feb 2013 06:24:17 +0000 (08:24 +0200)
commit5feeec36a8fd8c438ae59cfe2fe4fb08dc15ac96
treec09a663285c70920ad5b6a6b3db7bc6ef626a776
parent4b765b349965524a2e8937f98cc7006790035c63
(hoofbeats) Displaying media items works.
12 files changed:
examples/hoofbeats/index.html
examples/hoofbeats/javascripts/app/app.js
examples/hoofbeats/javascripts/app/controllers/artistsController.js [deleted file]
examples/hoofbeats/javascripts/app/controllers/mediaItemsController.js [new file with mode: 0644]
examples/hoofbeats/javascripts/app/models/artistModel.js [deleted file]
examples/hoofbeats/javascripts/app/models/mediaItemModel.js [new file with mode: 0644]
examples/hoofbeats/javascripts/app/router.js
examples/hoofbeats/javascripts/app/store.js
examples/hoofbeats/javascripts/app/views/artistsView.js [deleted file]
examples/hoofbeats/javascripts/app/views/mediaItemsView.js [new file with mode: 0644]
examples/hoofbeats/javascripts/library.js
examples/hoofbeats/tests/unit/library.js