mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-24 23:01:57 +08:00
Working
This commit is contained in:
@ -1,2 +1,14 @@
|
||||
<ion-nav [initial]="firstPage">
|
||||
</ion-nav>
|
||||
|
||||
<style>
|
||||
|
||||
ion-nav {
|
||||
background: black;
|
||||
}
|
||||
|
||||
.nav-item {
|
||||
background: white;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user