This commit is contained in:
Max Lynch
2013-12-04 13:52:30 -06:00
parent 41744297f8
commit 861e9ac32f
2 changed files with 4 additions and 0 deletions

View File

@@ -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) {