Having an issue with Angular's ui-router. When I click on a new view, the page doesn't start at the top but where it was previously. I followed advice to set autoscroll to true in my ui-view, but it's still not working as expected. Uncertain about the reason behind this problem.
<ui-view autoscroll="true" />