mirror of
https://github.com/donl/meteor-ionic.git
synced 2026-06-30 06:12:08 -06:00
Added textWrap class to item
This commit is contained in:
parent
55085b3800
commit
f3c24019a5
1 changed files with 4 additions and 0 deletions
|
|
@ -29,6 +29,10 @@ Template.ionItem.helpers({
|
|||
classes.push('item-button-right');
|
||||
}
|
||||
|
||||
if (this.textWrap) {
|
||||
classes.push('item-text-wrap');
|
||||
}
|
||||
|
||||
return classes.join(' ');
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue