remove primary/stable from examples

This commit is contained in:
Adam Bradley
2015-08-11 22:51:17 -05:00
parent a5a70f907d
commit 561191465e
39 changed files with 126 additions and 104 deletions

View File

@@ -1,3 +1,3 @@
<ion-content class="padding">
<button primary (click)="openMenu()">Open Action Menu</button>
<button (click)="openMenu()">Open Action Menu</button>
</ion-content>