refactor(demos): make each actionSheet section a module

This commit is contained in:
Drew Rygh
2015-11-04 16:23:05 -06:00
parent 3003c73890
commit 19ce43a182
4 changed files with 6 additions and 6 deletions

View File

@ -0,0 +1,9 @@
<ion-navbar *navbar hide-back-button class="android-attr">
<ion-title>Action Sheet</ion-title>
</ion-navbar>
<ion-content padding class="has-header components-demo">
<button block (click)="openMenu()" class="android-attr">
Show Actionsheet
</button>
</ion-content>