You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 4, 2022. It is now read-only.
For those with the same problem: I gave up on this issue long ago.
Use the infinite scroll instead, great performance, and easy to adjust if your list becomes paginated.
Original issue by @vong-xiv on 2016-08-16T05:32:51Z
Here is my home.ts
and here is my home.html
With this code, my app shows a blank list (as
)
But, if I add some random text after ngSwitchCase directive and just before ion-list directive like this code:
then my app shows the list correctly (as attached file:
![listshown](https://cloud.githubusercontent.com/assets/3887851/17688840/d3cb739c-6337-11e6-8166-39cce7ce4ae8.JPG)
)
Environment:
Ionic 2 beta 11
Angular 2 RC 4
Not how if this is an Ionic's bug or if my code is not correct. Thanks for any helps
The text was updated successfully, but these errors were encountered: