docs(cards): changed anchors to buttons in card list

references #611
This commit is contained in:
Brandy Carney
2016-01-05 17:41:21 -05:00
parent 2501807bf9
commit 9927b8f774

View File

@@ -13,37 +13,37 @@
<ion-list>
<a href="#" ion-item>
<button ion-item>
<icon cart item-left></icon>
Shopping
</a>
</button>
<a href="#" ion-item>
<button ion-item>
<icon medical item-left></icon>
Hospital
</a>
</button>
<a href="#" ion-item>
<button ion-item>
<icon cafe item-left></icon>
Cafe
</a>
</button>
<a href="#" ion-item>
<button ion-item>
<icon paw item-left></icon>
Dog Park
</a>
</button>
<a href="#" ion-item>
<button ion-item>
<icon beer item-left></icon>
Pub
</a>
</button>
<a href="#" ion-item>
<button ion-item>
<icon planet item-left></icon>
Space
</a>
<ion-list>
</button>
</ion-list>
</ion-card>