mgonto / angularytics

The solution to tracking page views and events in a SPA with AngularJS
MIT License
630 stars 70 forks source link

add trackPageView(url) #15

Closed alexbcsf closed 11 years ago

alexbcsf commented 11 years ago

Add trackPageView(url) to be possible to track page views that don't reflect in url change, for instance if showing content in an overlay.

unbalanced commented 11 years ago

love your work guys! keep on rocking

mgonto commented 11 years ago

Hey,

Thanks for the input!.

Can you actually call this method from the event on which track page view is called right now but calling it with the $location.path(), so that we reutilize this code?

Thanks for the contribution! After that little fix, I'll merge this.

WillsB3 commented 11 years ago

Any progress on this? I was about to open a new issue covering the same problem.

We need this functionality too :)

mgonto commented 11 years ago

Merging now :). Github doesn't send notifications when new commits are added to the PR so I didn't know it was added, sorry!

mgonto commented 11 years ago

Tagged as 0.2.3 :)

WillsB3 commented 11 years ago

Nice :)

Thanks!