revolunet / angular-google-analytics

Google Analytics tracking for your AngularJS apps
MIT License
652 stars 172 forks source link

Example syntax error #182

Closed nmarcetic closed 7 years ago

nmarcetic commented 7 years ago

In README file Installation and Quick Start section you have a syntax error which brake the code https://github.com/revolunet/angular-google-analytics#3--set-your-google-analytics-account-and-start-tracking Should be .run(['Analytics', function(Analytics) { }]); -- The ['Analytics'], function is not valid

revolunet commented 7 years ago

thanks, i just sent a patch here https://github.com/revolunet/angular-google-analytics/pull/183

nmarcetic commented 7 years ago

Thank you! I am closing this one.