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

Google Universal Analytics adapter for AngularJS

Results 3 angular-ga issues
Sort by recently updated
recently updated
newest added

I try to install the new versions `bower install angular-ga#0.1.4` `bower install angular-ga#0.1.5` but I get : `Additional error details: Available versions in git://github.com/panrafal/angular-ga.git: 0.1.3, 0.1.2, 0.1.0`

I added ga event on checkbox click and it's working fine. But its throwing me error on my subsequent clicks. Uncaught TypeError: Cannot read property 'substr' of undefined(…) onEvent @...

Hi there, I have a bunch of questions: # where does this GA get the site's GA tracking ID? - assuming we should put the tag on index.html # how...