pgrippi / ember-cli-google-analytics

Ember CLI addon that adds the Google Analytics tracking code
MIT License
38 stars 31 forks source link

It is not working for me Ember v2.4.0, Ember-CLI v1.13.12 #25

Open fguillen opened 8 years ago

fguillen commented 8 years ago

The event didTransition is never called.

If I change this code:

# mixins/google-pageview.js
export default Ember.Mixin.create({

for this:

# mixins/google-pageview.js
Ember.Router.reopen({

The event didTransition is starting to been called. But now the parameters page and title are undefined.