mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Removed more fixed stuff for tabs, etc.
This commit is contained in:
@@ -69,8 +69,6 @@
|
||||
on-refresh="onRefresh()"
|
||||
on-refresh-opening="onRefreshOpening(amount)"
|
||||
refresh-complete="refreshComplete"
|
||||
has-header="true"
|
||||
has-footer="true"
|
||||
>
|
||||
<refresher></refresher>
|
||||
<ul class="list" ng-controller="AppCtrl">
|
||||
@@ -81,6 +79,29 @@
|
||||
<footer-bar type="bar-assertive">
|
||||
<h1 class="title">Footer</h1>
|
||||
</footer-bar>
|
||||
<nav id="tab-bar" class="tabs tabs-icon-top">
|
||||
<a class="tab-item" href="#">
|
||||
<i class="icon ion-game-controller-a"></i>
|
||||
Fun
|
||||
</a>
|
||||
<a class="tab-item">
|
||||
<i class="icon ion-locked"></i>
|
||||
Security
|
||||
</a>
|
||||
<a class="tab-item">
|
||||
<i class="icon ion-heart"></i>
|
||||
Simple
|
||||
</a>
|
||||
<a class="tab-item">
|
||||
<i class="icon ion-leaf"></i>
|
||||
Light
|
||||
</a>
|
||||
<a class="tab-item">
|
||||
<i class="icon ion-waterdrop"></i>
|
||||
Clean
|
||||
</a>
|
||||
</nav>
|
||||
|
||||
</pane>
|
||||
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user