mirror of
https://github.com/donl/meteor-ionic.git
synced 2026-05-26 22:06:41 -06:00
add item-avatar-right
This commit is contained in:
parent
39160ea5e1
commit
f92a1442f8
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ Template.ionItem.helpers({
|
|||
}
|
||||
|
||||
if (this.avatar) {
|
||||
classes.push('item-avatar');
|
||||
classes.push('item-avatar' + (this.avatar === 'right' ? '-right' : ''));
|
||||
}
|
||||
|
||||
if (this.iconLeft) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue