chore(): remove navbarStyle/tabbarStyle configs

This commit is contained in:
Adam Bradley
2015-12-09 09:46:55 -06:00
parent 05aaa2d34d
commit 6ca7e357b6
3 changed files with 3 additions and 18 deletions

View File

@@ -104,11 +104,7 @@ class Tab3 {}
<ion-tab tab-title="Schedule" tab-icon="globe" [root]="root2"></ion-tab>
<ion-tab tab-title="Stopwatch" tab-icon="stopwatch" [root]="root3"></ion-tab>
</ion-tabs>
`,
config: {
navbarStyle: 'secondary',
tabbarStyle: 'secondary'
}
`
})
export class TabsPage {
constructor() {