Files
ionic-framework/ionic/components/app/test/barkpark/main.html
Max Lynch f8b4456d66 Working
2015-05-16 20:57:07 +02:00

15 lines
144 B
HTML

<ion-nav [initial]="firstPage">
</ion-nav>
<style>
ion-nav {
background: black;
}
.nav-item {
background: white;
}
</style>