Explicitly have card not swipable

YO, so I got a ion-list view populated with cards, each of these cards has swipe-able elements, those work fine, however the cards themselves should not be swipe-able, and I have not given them this behavior with can-swipe, in fact my item setup looks like:

<ion-item ng-repeat="item in items" item="item" class="card driver-item" can-swipe="false">
. . . 
</ion-item>

yet the whole card is swipe-able and it just looks ridiculous when it happens.
Any ideas?