You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
YouTube video is about to embedded and JS API is enabled in settings.
Your 'embedVideo' directive notices this setting and calls 'JSAPIInitializer' -service, for example 'JSAPIInitializer.initYouTube(callback_when_ready)'
service would inject YT JS API javascript in to and listen YT onready callback function.
This would be 'lazy' load of YT API (and others) and I don't need to handle that inject. I do not like the idea that I need to add all JS files at the :<
The text was updated successfully, but these errors were encountered:
Hi,
Could you add support for init of JS API's?
This would be 'lazy' load of YT API (and others) and I don't need to handle that inject. I do not like the idea that I need to add all JS files at the :<
The text was updated successfully, but these errors were encountered: