Hi,
I forked the Ionic Swipeable cards codepen and on commenting out “Introduction Card”.
<swipe-card on-card-swipe="cardSwiped()" id="start-card">
Swipe down for a new card
</swipe-card>
The cards doesn’t show up anymore. Is there some workaround for this issue removing the “Intro Card” and just displaying cards by iterating with ng-repeat.?
Here is the codepen with first ‘swipe-card’ tag commented out:
Thanks in advance