You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Minimally you'll need to configure your API key like so:
angular.module('analytics.mixpanel').config(['$mixpanelProvider',function($mixpanelProvider){$mixpanelProvider.apiKey('<your project token>');// your token is different than your API key}]);
However I think the second module should also be 'myApp'
The text was updated successfully, but these errors were encountered:
fotoflo
added a commit
to fotoflo/angular-mixpanel
that referenced
this issue
Jul 23, 2015
The docs say:
Minimally you'll need to configure your API key like so:
However I think the second module should also be 'myApp'
The text was updated successfully, but these errors were encountered: