mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 23:16:52 +08:00
Fixed #40 with test
This commit is contained in:
@ -17,6 +17,7 @@
|
||||
</header>
|
||||
|
||||
<main class="has-header content">
|
||||
|
||||
<div id="tab1">
|
||||
<h2>Tab 1</h2>
|
||||
<p>
|
||||
@ -42,7 +43,7 @@
|
||||
</p>
|
||||
</div>
|
||||
</main>
|
||||
<nav id="tab-bar" class="tabs tabs-top tabs-success"></nav>
|
||||
<div id="tab-bar" class="tabs tabs-success"></div>
|
||||
</section>
|
||||
|
||||
<script src="../../dist/js/ionic.js"></script>
|
||||
@ -88,7 +89,7 @@
|
||||
el: tab2
|
||||
});
|
||||
c2.title = 'Dogs';
|
||||
c2.icon = 'icon-gear';
|
||||
c2.icon = 'icon-gear-a';
|
||||
var c3 = new controller({
|
||||
el: tab3
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user