angular-segmentio
angular-segmentio copied to clipboard
An AngularJS (http://angularjs.org) module for analytics service Segment.io (http://segment.io)
The logs, whilst handy, are getting really annoying in between stuff I am trying to debug. Is there a way I can turn this off?
This code no longer tries to mock the analytics object, because when it happens the mock object doesn't get assigned the 'initialized' property correctly. This is also a deprecated flag...
I'm getting a lot of data from my development activity. Is there a quick way to exclude it unless in production? Bower has a nice 'devDependencies' option but I'm not...
From the source code. ``` // backwards compat with angular plugin. // TODO: remove this.initialized = true; ``` Also seems this fix not always works, which leads to the wrapper...
Hey, could you allow Angular 1.3.0? I tested this and it seems to be working fine in 1.3.0. I would put a PR in, but doesn't really matter since you'll...
I'm having troubles using segment io analytics on Android emulators. It works fine on the iOS simulator though. That's the error I get on Android devices: http://cl.ly/X5LD/Screen%20Shot%202014-08-18%20at%2009.58.08.png angular-segmentio seems to...