I have a scenario where I am trying to load HTML5 Audio for mobile devices and this can only be achieved through user interaction (e.g. ontouchstart). I have implemented this logic in an Angular run phase as to ensure it is attached at the earliest opportunity. I cannot attach this in the config phase as it has dependencies on other Angular factories:I have a scenario where I am trying to load HTM