revolunet / angular-google-analytics

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

Offline mode #101

Closed justinsa closed 9 years ago

justinsa commented 9 years ago

Fixes #24

Module now supports offline mode as both a startup option and a setting that can be changed during operation. This does not automatically detect offline state as that is the responsibility of the hosting application to determine and configure the service appropriately.

@peetersn is this what you were envisioning for the offline capabilities?

justinsa commented 9 years ago

Merging into master. Any comments regarding improvements can be addressed in a future commit.