Dean Sofer
Dean Sofer
Or alternatively i may just disable this feature for angulartics and track myself.
@lunks + everyone: I've gone through this thread and created teams and repos for every single plugin. I created 1 team to hold all google-related plugins. Please be aware, a...
Oh last thing, @timelf123 I don't know what your role has been previously, but I see that you (and one other) are on an admin team, however I think I've...
Are you using ui-router? i believe the path is being calculated incorrectly for the ui-router edge-case.
Specifically these 2 lines: https://github.com/angulartics/angulartics/blob/master/src/angulartics.js#L195-L196 as `$location` is not updated at the time of `$stateChangeSuccess` so the current page URL needs to be calculated from `$state` service. This will cause...
https://github.com/angulartics/angulartics/commit/543da16133a878715afc4432435dc9fd3a196a79 I think it's already done
Sounds like you put a trailing slash in your base and the router removes it before generating urls but maybe you shouldn't have the trailing slash? Helps to see code
I feel like this isn't something we can explicitly support (sadly) because there are so many ways to skin this cat depending on how you implement titles. I actually personally...
The problem seems to not really have any magic answers. Where does the title get retrieved? Does the title get passed by angulartics or do the libraries internally go look...
Why not just defer all tracking until the route is fully resolved vs picking arbitrary data to resolve.