I\'ve just upgraded to ui-router 0.2.8 from 0.2.0 and I\'ve noticed that when the state changes, the scroll position jumps to the top of te child <
ui-router 0.2.8
0.2.0
1) I think the easiest way it to put autoscroll="false" on the ui-view and manipulate the scrolling in the $viewContentLoaded event.
autoscroll="false"
$viewContentLoaded
2) This is the browser's default behavior on anchors