Jamstash/app/common
Hyzual 8b3a12f052 Moves drag & drop support from main-controller.js to queue.js
Adds a indexOfSong method to player-service. It is used in play, nextTrack and previousTrack so the player can adapt to changes to the queue order. Previously it wasn't taken into account and when we changed the order of the queue (through drag & drop or shuffle), the next song wasn't what we expected it to be.
2015-01-17 19:15:10 +01:00
..
directives.js lots of nothing 2014-12-06 20:26:19 -05:00
filters.js Adds the first working grunt build aimed for deployment on production. 2014-11-09 18:39:02 +01:00
json_changelog.json 4.3.1 jplayer update, chrome android debugging 2014-12-20 23:26:33 -05:00
main-controller.js Moves drag & drop support from main-controller.js to queue.js 2015-01-17 19:15:10 +01:00
main-controller_test.js Adds back support of oga and m4a 2015-01-17 19:15:09 +01:00
model-service.js Adds the first working grunt build aimed for deployment on production. 2014-11-09 18:39:02 +01:00
model-service_test.js Reorganizes the entire app to follow Google's best practice recommendations for Angular App Structure. 2014-11-09 16:10:34 +01:00
notification-service.js Rewrites notification service 2015-01-17 19:15:08 +01:00
notification-service_test.js Rewrites notification service 2015-01-17 19:15:08 +01:00
page-service.js When changing song, if fancybox is open, opens the new song's cover art in it 2015-01-17 19:15:09 +01:00
page-service_test.js Replaced utils setTitle and scrollTitle by a dedicated service 2015-01-17 19:15:09 +01:00
persistence-service.js Adds deleting the queue and song from localStorage. 2015-01-17 19:15:07 +01:00
persistence-service_test.js Adds deleting the queue and song from localStorage. 2015-01-17 19:15:07 +01:00
songs.html Further refactoring of the queue controller and view 2015-01-17 19:14:25 +01:00
songs_lite.html Starts rewriting the player service. 2015-01-17 19:13:40 +01:00
utils-service.js When changing song, if fancybox is open, opens the new song's cover art in it 2015-01-17 19:15:09 +01:00
utils-service_test.js Reorganizes the entire app to follow Google's best practice recommendations for Angular App Structure. 2014-11-09 16:10:34 +01:00