fix(scrolling): fix overflow scrolling when side menu and main content both use overflow scrolling. Closes 2201

This commit is contained in:
Perry Govier
2014-10-23 15:23:25 -05:00
parent 456c2ec71e
commit 622667b3de

View File

@@ -126,7 +126,7 @@ function($timeout, $ionicGesture, $window) {
return scrollAxis;
}
}
return 'x';
return 'y';
}
var content = {