test updates

This commit is contained in:
Adam Bradley
2015-06-19 15:57:35 -05:00
parent 92919c6e48
commit f1a61cb4d5
45 changed files with 215 additions and 88 deletions

View File

@ -17,9 +17,9 @@ import {IonicComponent} from '../../config/component';
@IonicComponent(Tabs)
@View({
template: `
<nav class="navbar-container tab-bar-container">
<nav class="tab-bar-container">
<div class="tab-bar" role="tablist">
<button *ng-for="#t of tabs" class="tab-button" role="tab">
<button *ng-for="#t of tabs" [tab]="t" class="tab-button" role="tab">
<icon [name]="t.tabIcon" class="tab-button-icon"></icon>
<span class="tab-button-text">{{t.tabTitle}}</span>
</button>