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:
@@ -1,7 +1,7 @@
|
||||
|
||||
<ion-tabs>
|
||||
|
||||
<ion-tab tab-title="Tab 1">
|
||||
<ion-tab tab-title="Tab 1" tab-icon="ion-home">
|
||||
<ion-view nav-title="Tab 1">
|
||||
<ion-content class="padding">
|
||||
Tab 1 Content
|
||||
@@ -9,7 +9,7 @@
|
||||
</ion-view>
|
||||
</ion-tab>
|
||||
|
||||
<ion-tab tab-title="Tab 2">
|
||||
<ion-tab tab-title="Tab 2" tab-icon="ion-star">
|
||||
<ion-view nav-title="Tab 2">
|
||||
<ion-content class="padding">
|
||||
Tab 2 Content
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import {Component, View as NgView, bootstrap} from 'angular2/angular2'
|
||||
import {View, Tabs, Tab} from 'ionic/components'
|
||||
import {View, Tabs, Tab} from 'ionic/ionic'
|
||||
import {webview} from 'ionic/webview/webview'
|
||||
import {cordova} from 'ionic/webview/cordova/cordova'
|
||||
import {nodeWebkit} from 'ionic/webview/node-webkit/node-webkit'
|
||||
|
||||
Reference in New Issue
Block a user