This commit is contained in:
Adam Bradley
2015-04-07 16:12:29 -05:00
parent ac891d869e
commit ca85b7be2c
15 changed files with 141 additions and 9 deletions

View File

@@ -13,7 +13,7 @@ export let ViewConfig = new ComponentConfig('view')
})
@Template({
inline: `
<ion-toolbar [nav-title]="title">
<ion-toolbar class="view-toolbar" [nav-title]="title">
<content select="ion-nav-title"></content>
<content select="ion-nav-items[side=primary]"></content>
<content select="ion-nav-items[side=secondary]"></content>