Anchor scroll flash

hey man,

so here is the codepen: http://codepen.io/mlevkovsky/full/odxmc/ it works perfectly well. I will play around to see what can possibly be interfering because in my version (not the codepen) it flashes on the browser and on the iPhone.

EDIT:
Maybe I am not using it properly?

Is this the proper way to use anchorScroll:

$scope.scrollNextActivity = function(index){
    $location.hash(index);
    $ionicScrollDelegate.anchorScroll(true);
};

index being the ID that I am passing in