Im extract list of users with $http call, and I would display random name each inside a div like that:
<div class="circle colorxxx x6" style="top:197px;left:168px;width:110px;height: 110px"></div>
For each div I would change random the style value (top, left width and height). How is possible? I see the use of ng-class-even and odd, but for many result I have overlapping divs!