I'm using angular on my system
I'm changing views with the command $state.go('main.shops.cart.success');
But problem is that when changes the view scroll continues below. I would like it when it changed view scroll to the top of the page.
How could I do this?