I am trying to use $anchorscroll to allow user to scroll to particular id, by using below code in ionic framework but it works only in ng-repeat
var mloc=$location.hash(id);
$ionicScrollDelegate.$getByHandle('myScroll').anchorScroll("#" + mloc);
I also tried using Angularjs below is the working fiddle but it is alos now working in my colleaction repeat list