angular-intercom icon indicating copy to clipboard operation
angular-intercom copied to clipboard

An Angular.js wrapper for Intercom.io providing a simple and familiar API for Angular Developer.

Results 9 angular-intercom issues
Sort by recently updated
recently updated
newest added

Refused to load the script 'https://widget.intercom.io/widget/q12jy5vx' because it violates the following Content Security Policy directive: "default-src 'self' chrome-extension-resource:". Note that 'script-src' was not explicitly set, so 'default-src' is used as...

It is not possible to add [email protected] through NPM or Yarn atm (unlike Bower). An example run: ``` cansin@dungeon:~/$ yarn add [email protected] yarn add v0.22.0 [1/4] 🔍 Resolving packages... Couldn't...

I create the sample repo https://github.com/Alex12321/test-intercom In this case I need to run intercom after page loads. But nothing happens. You can see code what I used at this file:...

XMLHttpRequest cannot load https://api-ping.intercom.io/vjs/users/ping. No 'Access-Control-Allow-Origin' header is present on the requested resource. This is when using the script from inside angular instead of putting the script directly on the...

Hi, I need to configure this in my intercom: window.intercomSettings = { email: "[email protected]", name: "John Doe", user_id: "123", created_at: 1234567890, app_id: "YOUR_APP_ID" } if (userCanMessage) { window.intercomSettings.widget = {...

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...

This is not a bug report. I just want to know what would be the best way to call $intercom.update() so the chat can work sort of realtime. I have...