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 394 B
/** * @license Angulartics v0.17.2 * (c) 2013 Luis Farzati http://luisfarzati.github.io/angulartics * Contributed by http://github.com/samanbarghi * License: MIT */ !function(a){"use strict";a.module("angulartics.flurry",["angulartics"]).config(["$analyticsProvider",function(a){a.registerPageTrack(function(){}),a.registerEventTrack(function(a,b){FlurryAgent.logEvent(a,b)})}])}(angular);