Get object values on a list (ng-repeat) when visible (on scrolling)

Hi.

A have a list e.g
<div id="lista" class="list" > <a href="#/" style="text-decoration:none;" ng-repeat="info in infos"> <div class="item item-thumbnail-left" >

I want to get some information about current visible item on scrolling.

I saw some posts, but i cant find a clear solution

It is possible?

tks.