Copied from forum: http://forum.ionicframework.com/t/bounce-back-scroll-position-on-list-has-a-gap-between-content-and-footer/548
When we use scroll in a list the "bounce" doesn't always exactly align with the content height (when you scroll too far, and the bounce returns you up to the list)
Status bar (carrier, wifi, time, battery)
Header
Content (that scrolls)
GAP that shouldn't be there
Footer
There is a gap between the bottom of the content, and the footer. The gap looks correlated in vertical height size with the number of items in the list. The top of the content to the header is pixel perfect.
I think this is a potential bug. Alpha Lynx (but was in previous versions too)
EDIT: Should add that this is a list made up of item-image. A list that I have with no images in actually ends up a few pixels short..... so footer overlaps with bottom of content (But I can fix that by adding a spacer at the bottom of the list!)