(hoofbeats) Adds initial Ember skeleton.
authorSalvatore Iovene <salvatore@iovene.com>
Mon, 4 Feb 2013 13:02:27 +0000 (15:02 +0200)
committerSalvatore Iovene <salvatore@iovene.com>
Mon, 4 Feb 2013 13:02:27 +0000 (15:02 +0200)
commit5c0ca7cee94f08c6bab9cdb7642d0ee1d332c5ec
tree1557849f2a80b4ace6abe7f700eb1c6106ef1589
parent037fb5b6b637b70b3d6f868252e915ca01fa7fcc
(hoofbeats) Adds initial Ember skeleton.
examples/hoofbeats/index.html
examples/hoofbeats/javascripts/app/app.js [new file with mode: 0644]
examples/hoofbeats/javascripts/app/controllers/applicationController.js [new file with mode: 0644]
examples/hoofbeats/javascripts/app/controllers/artistsController.js [new file with mode: 0644]
examples/hoofbeats/javascripts/app/models/artistModel.js [new file with mode: 0644]
examples/hoofbeats/javascripts/app/router.js [new file with mode: 0644]
examples/hoofbeats/javascripts/app/store.js [new file with mode: 0644]
examples/hoofbeats/javascripts/app/views/artistsView.js [new file with mode: 0644]
grunt.js