Files
2015-05-04 11:41:34 -05:00

22 lines
322 B
HTML

<!-- <ion-aside side="left" [content]="viewport">
Hello! I'm a side menu in the root.
</ion-aside> -->
<ion-nav [initial]="initial">
</ion-nav>
<style>
f {
display: block;
width: 50px;
height: 200px;
margin: 20px auto;
background: blue;
}
f:last-of-type {
background: red;
}
</style>