Skip to content

Instantly share code, notes, and snippets.

@eperedo
Created December 27, 2012 02:05
Show Gist options
  • Save eperedo/4384836 to your computer and use it in GitHub Desktop.
Save eperedo/4384836 to your computer and use it in GitHub Desktop.
Integrating google analytics with angularjs
//Put this code in the main controller
$scope.$on('$viewContentLoaded', function(event) {
$window._gaq.push(['_trackPageview', $location.path()]);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment