angular-intercom
angular-intercom copied to clipboard
asyncLoading race condition
I'm seeing a race condition when using asyncLoading == true, and the initialization of the rest of the application inside of .run() . What should be listen to in order to ensure the external javascript file has been successfully loaded?
@rightisleft Were you able to solve this issue?