mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
wip
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
<ion-content>
|
||||
|
||||
|
||||
<div class="list-header">
|
||||
List Header
|
||||
</div>
|
||||
@@ -77,6 +78,7 @@
|
||||
|
||||
</ion-list>
|
||||
|
||||
|
||||
</ion-content>
|
||||
|
||||
</ion-view>
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
import {Component, View as NgView, bootstrap} from 'angular2/angular2';
|
||||
import {View, Content, List} from 'ionic/components';
|
||||
import {View} from 'ionic/components/view/view';
|
||||
import {Content} from 'ionic/components/content/content';
|
||||
import {List} from 'ionic/components/list/list';
|
||||
|
||||
|
||||
@Component({ selector: '[ion-app]' })
|
||||
@NgView({
|
||||
|
||||
Reference in New Issue
Block a user