fix(tabs): fix CSS so user can set a color on ion-tabs

fixes #776
This commit is contained in:
Brandy Carney
2015-12-18 11:30:26 -05:00
parent 9fe1b34c8f
commit 6559a98d4b
4 changed files with 3 additions and 4 deletions

View File

@@ -99,7 +99,7 @@ class Tab3 {}
</ion-content>
</ion-menu>
<ion-tabs #content>
<ion-tabs #content primary>
<ion-tab tabTitle="Plain List" tabIcon="star" [root]="root1"></ion-tab>
<ion-tab tabTitle="Schedule" tabIcon="globe" [root]="root2"></ion-tab>
<ion-tab tabTitle="Stopwatch" tabIcon="stopwatch" [root]="root3"></ion-tab>