$ionicScrollDelegate problems

Here is plnkr, in this example
$location.hash(id); $ionicScrollDelegate.anchorScroll(); doesnt work at all and document.getElementById(id).scrollIntoView(); just freezes scroll to the selected position. So who to unfreez it? And why $ionicScrollDelegate.anchorScroll() doesnt work?