docs(demos): padding on action content

this is for issue #453
This commit is contained in:
Justin Willis
2016-02-27 13:54:31 -06:00
parent d5ebf3ff5e
commit 223ad8a58c

View File

@ -2,7 +2,7 @@
<ion-title>Action Sheet</ion-title>
</ion-navbar>
<ion-content>
<ion-content padding>
<button block (click)="present()">Basic Action Sheet</button>
<button block secondary (click)="present()">Custom Animation Action Sheet</button>
</ion-content>