PatrickJS / angular-intercom

An Angular.js wrapper for Intercom.io providing a simple and familiar API for Angular Developer.
MIT License
89 stars 36 forks source link

Added reattach_activator #12

Closed niemyjski closed 9 years ago

niemyjski commented 9 years ago

The other call is window.Intercom('reattach_activator');. If you remove the element that represents your inbox link from your page and then re-add it, the link between the inbox link and the message box is severed. You’ll need to call window.Intercom('reattach_activator');to set up this binding again.

PatrickJS commented 9 years ago

thanks!