We use issues to track bugs and fixes, so general questions or advice should be asked on Stack Overflow or the Gitter Channels. Non "Fix/Bug" issues may closed without a formal response.
Before you submit an issue, please include:
[ ] Angular Version - 4.4.6
[ ] Angular CLI Version - 4.4.6
[ ] Node & NPM Version - 6.13.1 and 3.10.10
Detailed Description on how to reproduce error:
Followed installation instructions; loadIntercom() method reaches following piece of code:
if (w.attachEvent) { w.attachEvent('onload', l); } else { w.addEventListener('load', l, false); }
We use issues to track bugs and fixes, so general questions or advice should be asked on Stack Overflow or the Gitter Channels. Non "Fix/Bug" issues may closed without a formal response.
Before you submit an issue, please include:
Detailed Description on how to reproduce error:
Followed installation instructions; loadIntercom() method reaches following piece of code:
if (w.attachEvent) { w.attachEvent('onload', l); } else { w.addEventListener('load', l, false); }
runs addEventListener, but l() never fires