Merge pull request #5632 from jgw96/patch-2

docs(demos): padding on action content
This commit is contained in:
Adam Bradley
2016-02-27 20:33:56 -06:00

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>