[example] Sets up initial structure for Ember app.
authorSalvatore Iovene <salvatore.iovene@intel.com>
Fri, 28 Sep 2012 08:44:41 +0000 (11:44 +0300)
committerSalvatore Iovene <salvatore.iovene@intel.com>
Fri, 28 Sep 2012 08:44:41 +0000 (11:44 +0300)
commit2de919483b8dd4f3c9bcdc049c77b925a366d186
treeee3209ba18e3683eab32b15b6ce329061bc9c31d
parent2d8b133c175e08adaa0e8635414388923c721549
[example] Sets up initial structure for Ember app.
12 files changed:
example/index.html
example/javascripts/app/app.js [new file with mode: 0644]
example/javascripts/app/controllers/application.js [new file with mode: 0644]
example/javascripts/app/controllers/artists.js [new file with mode: 0644]
example/javascripts/app/router.js [new file with mode: 0644]
example/javascripts/app/views/application.js [new file with mode: 0644]
example/javascripts/app/views/artists.js [new file with mode: 0644]
example/javascripts/example.js [moved from example/example.js with 100% similarity]
example/javascripts/lib/ember-1.0.pre.js [new file with mode: 0644]
example/javascripts/lib/handlebars-1.0.rc.1.js [new file with mode: 0644]
example/styles/example.css [new file with mode: 0644]
grunt.js