Files
2015-04-25 14:45:25 -05:00

22 lines
323 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>