Random angular stuff and testing things

This commit is contained in:
Max Lynch
2013-09-04 17:00:29 -05:00
parent 7794ce1a7a
commit 4f7e87bfcc
14 changed files with 2265 additions and 63 deletions

View File

@@ -0,0 +1,2 @@
<div class="full-section">
</div>

View 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>