revolunet / angular-google-analytics

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

fix unnecessary require of angular #177

Closed qetr1ck-op closed 7 years ago

qetr1ck-op commented 7 years ago

In my case I load angular.js from cdn before import of the module. So main point is that you need to have additional checking to require the angular source.

qetr1ck-op commented 7 years ago

@revolunet Would be great to merge ASAP this PR. Thank!

revolunet commented 7 years ago

can @justinsa confirm please ?

revolunet commented 7 years ago

thanks for the PR btw