标签:code box class style handle slide ide deb top
ionic slidebox 嵌套 会有一个 冒泡 事件 , 即使是 阻止了 父级冒泡也不管用 ,
最终 用 滑动 事件on-drag="drag()" 去阻止 了父级的 滑动事件
$scope.drag = function(){ $ionicSlideBoxDelegate.$getByHandle(‘divslide‘).stop(); }
标签:code box class style handle slide ide deb top
原文地址:http://www.cnblogs.com/wupeng88/p/6070647.html