Skip to content

Commit

Permalink
test(item): add items with colors to the buttons test
Browse files Browse the repository at this point in the history
references #8293
  • Loading branch information
brandyscarney committed Nov 9, 2016
1 parent 82d0bde commit 3dab925
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/item/test/buttons/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
a[ion-item].activated
</a>

<a ion-item color="secondary" href="#" (click)="testClick($event)">
a[ion-item] secondary
</a>

<button ion-item (click)="testClick($event)">
button[ion-item]
</button>
Expand All @@ -25,6 +29,10 @@
button[ion-item].activated
</button>

<button ion-item color="danger" (click)="testClick($event)">
button[ion-item] danger
</button>

<ion-item>
<button ion-button item-left (click)="testClick($event)">Default</button>
Inner Buttons
Expand Down

0 comments on commit 3dab925

Please sign in to comment.