mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Fixed #252
This commit is contained in:
@@ -64,9 +64,11 @@ angular.module('ionic.ui.sideMenu', ['ionic.service.gesture'])
|
||||
});
|
||||
|
||||
// Listen for taps on the content to close the menu
|
||||
/*
|
||||
ionic.on('tap', function(e) {
|
||||
sideMenuCtrl.close();
|
||||
}, $element[0]);
|
||||
*/
|
||||
|
||||
var dragFn = function(e) {
|
||||
if(defaultPrevented) {
|
||||
|
||||
Reference in New Issue
Block a user