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
You can use: $scope.cardDestroyed = function(index) { $scope.cards.active.splice(index, 1); };
but your 2nd card is not enabled to swipe. I'm stuck here.
Hi,
I am displaying the cards vertically one over another like cards in a wallet. I want to destroy any selected card.
Any help is appreciable.
The text was updated successfully, but these errors were encountered: