Skip to content

Commit

Permalink
fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
revolunet committed Aug 25, 2015
1 parent fb48a9d commit a1ee6fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This service lets you integrate google analytics tracker in your AngularJS appli

You can use basic functions, `Analytics.trackEvent('video', 'play', 'django.mp4');` or more advanced e-commerce features like product tracking, promo codes, transactions...

Proudly brought to you by [@revolunet](http://twitter.com/revolunet) and [@deltaepsilon](https://github.com/deltaepsilon).
Proudly brought to you by [@revolunet](http://twitter.com/revolunet), [@deltaepsilon](https://github.com/deltaepsilon), [@justinsa](https://github.com/justinsa) and [contributors](https://github.com/revolunet/angular-google-analytics/graphs/contributors)

## Features

Expand Down Expand Up @@ -55,7 +55,7 @@ var app = angular.module('app', ['angular-google-analytics'])
crossLinkDomains: ['domain-1.com', 'domain-2.com'],
trackEvent: true
}
]);
]);

// Track all routes (or not)
AnalyticsProvider.trackPages(true);
Expand Down

0 comments on commit a1ee6fc

Please sign in to comment.