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
so then you can load tokbox asynchronously (and you can also register window.onload event to download tokbox after everything else has loaded). I think it makes a big difference because its a big library.
I could make a pull request but i probably won't find time to unit-test it, but if someone feels like doing it here's the coded needed.
The text was updated successfully, but these errors were encountered:
if this line is removed
if (!window.OT) throw new Error('You must include the OT library before the OT_Angular library');
and this is removed
and
OT
injection changes towindow.OT
and
OT.$.eventing(OTSession);
changes to
then you can have:
and in state definition:
so then you can load tokbox asynchronously (and you can also register window.onload event to download tokbox after everything else has loaded). I think it makes a big difference because its a big library.
I could make a pull request but i probably won't find time to unit-test it, but if someone feels like doing it here's the coded needed.
The text was updated successfully, but these errors were encountered: