angular-mixpanel.js

1.0.0 • Public • Published

angular-mixpanel.js

An Angular.js adapter for Mixpanel with a development mode

angular.module('app', [])
.config(function($mixpanelProvider) {
  $mixpanelProvider.token = 'rtyrtfhjjk';
})
.controller('AppController', function($scope, $mixpanel, Auth) {

  $scope.login = function(user) {
    Auth.login(user).then(function() {
      $mixpanel.track('LOGIN');
    });
  };

});

Readme

Keywords

none

Package Sidebar

Install

npm i angular-mixpanel.js

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • gdi2290