Fixed scroll issue with slidebox

This commit is contained in:
Max Lynch
2013-10-16 00:43:25 -05:00
parent acd1b368ba
commit e2e104146d
7 changed files with 37 additions and 31 deletions

View File

@ -36,7 +36,7 @@
this._initDrag();
// Make sure to grab the element we will slide as our target
content = ionic.DomUtil.getParentOrSelfWithClass(e.target, 'slide-box');
content = ionic.DomUtil.getParentOrSelfWithClass(e.target, 'slide-box-items');
if(!content) {
return;
}