Skip to content

Instantly share code, notes, and snippets.

@justinboyle
Last active December 27, 2015 00:39
Show Gist options
  • Save justinboyle/7239770 to your computer and use it in GitHub Desktop.
Save justinboyle/7239770 to your computer and use it in GitHub Desktop.
Checkout.ApplicationController.reopen({
routeChanged: function() {
Ember.run.next(function() {
analytics.pageview('/checkout/cc/#/' + this.currentPath);
App.analytics.getAnalyticScripts(this.currentPath);
}.bind(this));
}.observes('currentPath')
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment