npm install lc-audio-player##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.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