@Alessio_Varalta wrote:
Hi when i change the page there is many case that my page is not at the top so I see on the ember guide
but where i put the code
App.ResetScroll = Ember.Mixin.create({ activate: function() { this._super(); window.scrollTo(0,0); } });
in my ember application?
Posts: 3
Participants: 3