mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Barkpark working again
This commit is contained in:
@@ -7,10 +7,10 @@ export * from 'ionic/components/button/button'
|
||||
export * from 'ionic/components/content/content'
|
||||
// export * from 'ionic/components/icon/icon'
|
||||
// export * from 'ionic/components/item/item'
|
||||
// export * from 'ionic/components/form/form'
|
||||
// export * from 'ionic/components/input/input'
|
||||
export * from 'ionic/components/form/form'
|
||||
export * from 'ionic/components/input/input'
|
||||
// export * from 'ionic/components/layout/layout'
|
||||
// export * from 'ionic/components/list/list'
|
||||
export * from 'ionic/components/list/list'
|
||||
export * from 'ionic/components/nav/nav'
|
||||
export * from 'ionic/components/nav/nav-item'
|
||||
// export * from 'ionic/components/nav/decorators'
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
import {For, Component, View, Parent, bootstrap} from 'angular2/angular2'
|
||||
import {FormBuilder, Validators, FormDirectives, ControlGroup} from 'angular2/forms';
|
||||
import {Log} from 'ionic/util'
|
||||
import {Router, List, Item, Nav, NavController, Button, Input, Tabs, Tab, Content, Aside} from 'ionic/ionic'
|
||||
import {Router, List, Item, Nav ,NavController, Button, Input, Tabs, Tab, Content, Aside} from 'ionic/ionic'
|
||||
|
||||
@Component({
|
||||
selector: 'login-page'
|
||||
@@ -127,7 +127,7 @@ class PostDetail {
|
||||
}
|
||||
}
|
||||
|
||||
@Component({ selector: 'splash-page' })
|
||||
@Component()
|
||||
@View({
|
||||
templateUrl: 'pages/splash.html',
|
||||
directives: [Content]
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<ion-view nav-title="Login" style="padding: 20px">
|
||||
<div>
|
||||
<form (^submit)="doLogin($event)" [control-group]="loginForm">
|
||||
<ion-input>
|
||||
<input control="email" type="email" placeholder="Your email">
|
||||
@@ -11,4 +11,4 @@
|
||||
<button ion-button primary block (click)="doSignup()">Create an account</button>
|
||||
</div>
|
||||
</form>
|
||||
</ion-view>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user