Skip to content

Instantly share code, notes, and snippets.

@mgonto
Last active December 18, 2015 01:19
Show Gist options
  • Save mgonto/5703159 to your computer and use it in GitHub Desktop.
Save mgonto/5703159 to your computer and use it in GitHub Desktop.
Angularytics Bootstrap
angular.module('sample-app', ['angularytics'])
.config(function(AngularyticsProvider) {
AngularyticsProvider.setEventHandlers(['Console', 'Google']);
})
.run(function(Angularytics) {
Angularytics.init();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment