This commit is contained in:
Max Lynch
2015-05-16 05:08:30 +02:00
parent 89a345ef40
commit f8b4456d66
2 changed files with 16 additions and 1 deletions

View File

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

View File

@ -1,8 +1,11 @@
<ion-toolbar *header>
<ion-title>
Login
</ion-title>
</header>
</ion-toolbar>
<ion-content class="padding">
<form (^submit)="doLogin($event)" [control-group]="loginForm">
<ion-input>