mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Random angular stuff and testing things
This commit is contained in:
2
ext/angular/tmpl/ionicTabBar.tmpl.html
Normal file
2
ext/angular/tmpl/ionicTabBar.tmpl.html
Normal file
@@ -0,0 +1,2 @@
|
||||
<div class="full-section">
|
||||
</div>
|
||||
12
ext/angular/tmpl/ionicTabs.tmpl.html
Normal file
12
ext/angular/tmpl/ionicTabs.tmpl.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<footer class="bar bar-tabs bar-footer bar-success">
|
||||
<nav id="tab-bar" class="tabs">
|
||||
<ul class="tabs-inner">
|
||||
<li class="tab-item" ng-repeat="tab in tabs">
|
||||
<a href="#">
|
||||
<i class="{{tab.icon}}"></i>
|
||||
{{tab.text}}
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</footer>
|
||||
Reference in New Issue
Block a user