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
I think it is because, on init, the swoosh cards directive create all the single swoosh card SwipeableCardView, but looks like it doesn't track new items.
The text was updated successfully, but these errors were encountered:
When i try to add a card dinamically after init, it throws an exception on line 339,
// Extend the swipeableCard object angular.extend(el.swipeableCard, { onDestroy: function() { $timeout(function() { $scope.onDestroy(); }); } });
I think it is because, on init, the swoosh cards directive create all the single swoosh card SwipeableCardView, but looks like it doesn't track new items.
The text was updated successfully, but these errors were encountered: