Open fguillen opened 8 years ago
The event didTransition is never called.
didTransition
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.
page
title
undefined
The event
didTransition
is never called.If I change this code:
for this:
The event
didTransition
is starting to been called. But now the parameterspage
andtitle
areundefined
.