Hi, is there something like a placeholder for a ionic list? Like a Text which just say “No items!”.
I found the solution:
<p ng-hide="listItems.length">Nothing here!</p>
2 Likes
Hi, is there something like a placeholder for a ionic list? Like a Text which just say “No items!”.
I found the solution:
<p ng-hide="listItems.length">Nothing here!</p>