transition updates

This commit is contained in:
Adam Bradley
2015-05-05 14:03:10 -05:00
parent 3a1054eb84
commit a134551321
4 changed files with 128 additions and 89 deletions

View File

@ -1,2 +1,14 @@
<ion-nav [initial]="initial">
</ion-nav>
<style>
ion-nav {
background: black;
}
.nav-item {
background: white;
}
</style>