Can't scroll to the bottom of the view with collection-repeat

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>

Facing same issue. It is probably coz of the new collection-repeat’s policy of estimating height based on the height of the first item of the list. Not sure though. Going to open a defect soon after creating a sample. Will post the defect id here.

Just for you reference https://github.com/driftyco/ionic/issues/3443