Write your own HTML5 Audio/AngularJS audio player
I tried AudioJS, JPlayer, and a couple of the angular directives. Somehow they all sucked! And yet the HTML5 audio API was totally open and in theory should work fine with Angular. Time to get my hands dirty as usual....
Javascript:
app.directive('aplayer',function($interval) {