fix(item): option button enables swiping

This commit is contained in:
Max Lynch
2014-12-11 13:18:46 -06:00
parent 81e22f5057
commit 35173c8d32

View File

@@ -45,6 +45,8 @@ IonicModule
}
itemCtrl.optionsContainer.append($element);
itemCtrl.$element.addClass('item-right-editable');
//Don't bubble click up to main .item
$element.on('click', stopPropagation);
};