mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Fixed #288, added carousel support to slide box
Also fixed evevt bubbling and incorrect iOS 7 detection in mobile safari
This commit is contained in:
@@ -74,7 +74,7 @@ angular.module('ionic.ui.sideMenu', ['ionic.service.gesture'])
|
||||
|
||||
var dragFn = function(e) {
|
||||
if($scope.dragContent) {
|
||||
if(defaultPrevented) {
|
||||
if(defaultPrevented || e.gesture.srcEvent.defaultPrevented) {
|
||||
return;
|
||||
}
|
||||
isDragging = true;
|
||||
|
||||
Reference in New Issue
Block a user