I can’t scroll to the bottom if I have a some content at the top of the view followed by collection repeat, I won’t be able to see the last few items. anyone?
<h1>My Title</h1>
<div class="list tm-list" style='margin-top:5px;'>
<div class="item my-item greyBg"
collection-repeat="deal in deals"
collection-item-height="getItemHeight(deal)"
collection-item-width="getItemWidth(deal)">
<a ng-href="">
</a>
</div>
</div>