Skip to content

Instantly share code, notes, and snippets.

@mgonto
Created June 4, 2013 02:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mgonto/5703189 to your computer and use it in GitHub Desktop.
Save mgonto/5703189 to your computer and use it in GitHub Desktop.
Angularytics Track event with service
angular.controller('MainCtrl', function(Angularytics, $scope) {
$scope.click = function() {
Angularytics.trackEvent("Home Category", "Button clicked");
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment