UNPKG

ionic-cordova-gulp-seed

Version:

Ionic & Cordova & Gulp seed with organized code, tests, bower support and some other stuff. Originated from ionic-angular-cordova-seed.

7 lines 508 B
/** * @license Angulartics v0.15.20 * (c) 2013 Luis Farzati http://luisfarzati.github.io/angulartics * Universal Analytics update contributed by http://github.com/willmcclellan * License: MIT */ !function(a){"use strict";a.module("angulartics.intercom",["angulartics"]).config(["$analyticsProvider",function(a){a.registerSetUsername(function(a){window.Intercom&&window.Intercom("update",{user_id:a})}),a.registerEventTrack(function(a,b){window.Intercom&&window.Intercom("trackEvent",a,b)})}])}(angular);