Add ability to disable page view tracking through the Angularytics provider.
At my company, we don't have an SPA, so we don't have any way to track page changes. This change just allows me to disable the tracking all together so that it doesn't setup the listener for that $rootScope event.
Add ability to disable page view tracking through the
Angularytics
provider.At my company, we don't have an SPA, so we don't have any way to track page changes. This change just allows me to disable the tracking all together so that it doesn't setup the listener for that
$rootScope
event.