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 • 527 B
JavaScript
/**
* @license Angulartics v0.17.2
* (c) 2014 Luis Farzati http://luisfarzati.github.io/angulartics
* Localytics plugin contributed by http://github.com/joehalliwell
* License: MIT
*/
!function(a){"use strict";a.module("angulartics.localytics",["angulartics"]).config(["$analyticsProvider",function(a){a.settings.trackRelativePath=!0,a.registerPageTrack(function(a){window.localytics&&window.localytics.tagScreen(a)}),a.registerEventTrack(function(a,b){window.localytics&&a&&window.localytics.tagEvent(a,b)})}])}(angular);