Files
2015-04-30 23:56:15 -05:00

22 lines
332 B
HTML

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