perminder-klair / angular-soundmanager2

SoundManager2 Music Player for AngularJs
http://perminder-klair.github.io/angular-soundmanager2/
MIT License
168 stars 107 forks source link

lazy load the script after DOMContentLoaded #31

Open alexayan opened 9 years ago

alexayan commented 9 years ago

hi, i found that if lazy load angular-soundmanager2.js after DOMContentLoaded, the code is not running correctly. because soundManager don't run DOMContentLoaded callback.

do you want to consider this situation?