Well, usually Angular uses $ anchorscroll to jump to a new view. This can be disabled by calling .value('$anchorScroll', angular.noop)on your module, for example:
var app = angular.module('app', [
'ui.router',
'ngAnimate'
]).value('$anchorScroll', angular.noop);
UI-Router . , UI-Router ( ) $anchorScroll: $uiViewScrollProvider.useAnchorScroll();