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:
Max Lynch
2013-12-18 12:21:52 -06:00
parent c7b84f5204
commit e1ae338b51
10 changed files with 257 additions and 73 deletions

View File

@@ -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;