ember-cli-google-analytics icon indicating copy to clipboard operation
ember-cli-google-analytics copied to clipboard

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

Open fguillen opened this issue 9 years ago • 0 comments

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.

fguillen avatar Oct 04 '16 14:10 fguillen