melino

Results 6 comments of melino

I have solved this by including `$injector` to the `ngSoundManager.factory` and changed `var angularPlayer = injector.get('angularPlayer');` to `var angularPlayer = $injector.get('angularPlayer');` (you can get rid of the lines above within...

I still have this issue with 0.18.2 but realized I just have to delete the trailing space in the template. Like mhollander, I think the underlying xml data sometimes is...