This commit is contained in:
Adam Bradley
2015-03-21 21:13:20 -05:00
parent 316e12e6c1
commit 76f45285d1
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<ion-view>
<ion-view view-title="HELLO!!">
<ion-view-title>
ele Title

View File

@ -10,7 +10,7 @@ import {Ion} from '../ion'
})
@Template({
inline: `
<ion-toolbar view-title="My View Title!!">
<ion-toolbar [view-title]="title">
</ion-toolbar>
<div class="container">
<content></content>