mirror of
https://github.com/donl/meteor-ionic.git
synced 2026-05-26 22:06:41 -06:00
Merge pull request #153 from rijk/view-title-fix
Fix for view title parameter
This commit is contained in:
commit
0efcd877a7
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ Template.ionView.helpers({
|
|||
},
|
||||
title: function () {
|
||||
if ( Template.instance().data && Template.instance().data.title ) {
|
||||
return this.title;
|
||||
return Template.instance().data.title;
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue