[Calf] Adds ability to get artist's albums and album's songs.
authorSalvatore Iovene <salvatore.iovene@intel.com>
Tue, 2 Oct 2012 10:58:53 +0000 (13:58 +0300)
committerSalvatore Iovene <salvatore.iovene@intel.com>
Tue, 2 Oct 2012 10:58:53 +0000 (13:58 +0300)
commit951bbde65b23cf3ab2c2c9947b21d984f151cb80
tree33d32d23480cc0864fa75b404b91504bade0caa5
parentcf3d396c0d8ff28bbd6ae89fbc496f12435b3a36
[Calf] Adds ability to get artist's albums and album's songs.
example/index.html
example/javascripts/app/controllers/albums.js
example/javascripts/app/controllers/artists.js
example/javascripts/app/controllers/songs.js
example/javascripts/app/models/album.js
example/javascripts/app/models/artist.js
example/javascripts/app/models/song.js
example/javascripts/app/router.js
example/javascripts/app/store.js