Content demo

This commit is contained in:
Max Lynch
2015-04-26 07:55:20 -05:00
parent ac0494ba76
commit 14fc066610
2 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<ion-view nav-title="Checkboxes">
<ion-content>
<f></f>
<f></f>
<f></f>
<f></f>
<f></f>
</ion-content>
</ion-view>
<style>
f { display: block; height: 400px; width: 100%; background-color: #387ef5; margin-bottom: 15px; }
</style>