##angular-audio-player The HTML default audio is uncomfortable because it is too small to view. The UI does not have a very intuitive feel. The button for playback on the mobile version is too small. so WE created it. The most simple and basic audio player that covers Web/Tablet/Mobile if you want simple and All round cover it's good choice
##Install
this module is support npm and bower but usually almost seed project basically support inject bower_component function
so i recommended bower install.
###1. bower module download
bower install lc-audio-player --save
###2. add lcAudioPlayer module on your module
angular.module('yourModule', ['lcAudioPlayer'])
##Live Demo & Document See the Live Demo!
##Lisence i choose MIT lisence
##Release Note
###1.2.x stable version
1.2.2
- max-width 540px -> 620px
1.2.1
- dist file update
1.2.0 stable
- First stable version release!
- bower.json main directory change
###1.0.x Don't use this version
1.0.10
- Support ES5 smooth
1.0.9 **DON'T USE THIS VERSION **
- Support ES5 beta
- refactor directory architecture
1.0.7
- add dist directory for ES5 user
- add index.js file for ES5 user
1.0.4
- import alias name (for prevent conflict)
1.0.3
- light weight the source
- remove before tag
1.0.2
- light weight the source
1.0.1
- add lisence
1.0.0
- first init