activatepublic
This event is triggered when the router enters the route. It is not executed when the model for the route changes.
App.ApplicationRoute = Ember.Route.extend({
collectAnalytics: function(){
collectAnalytics();
}.on('activate')
});
Please login to continue.