You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but it was always the last url that got sent to GA, turns out the $stateChangeSuccess event fires just before the url is updated.
I used a $timeout as a workaround: $timeout(stateChangeGA, 0);