I am suffering from terrible performance with ng-repeat and implementing ReactJS has its own kinks. I would like to try using collection-repeat for my lists.
I understand that collection-repeat can’t be cleanly used for items with variable height, but for my purpose, I know that every list item will be the same height. My problem is that I want my list items to look more like a list and not be weirdly spaced as like this screenshot here (names blurred for privacy reasons): http://i.imgur.com/A0uQlWN.png
Using a different device will have different amount of awkward gaps in between list elements. How can I make the height responsive so that they will be nicely touching each other?
Could you supply a codepen to demonstrate your issue? I think it’s fairly easy to fix your problem if we get such an example. (Of course, dummy names are fine)
I just tried my collection-repeat on many different devices. The space between each list element appeared constant across all devices. I am just returning an integer from my controller. Are you using your custom list element or the built in Ionic cards?
And now I’m trying to use cards with the following tags below to get this: http://i.imgur.com/F9p3K4h.png <div class=“card” collection-repeat=“clientperson in clientd”