We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c40db31 commit b239eb9Copy full SHA for b239eb9
js/angular/controller/sideMenuController.js
@@ -82,6 +82,7 @@ function($scope, $attrs, $ionicSideMenuDelegate, $ionicPlatform, $ionicBody) {
82
* Close all menus.
83
*/
84
self.close = function() {
85
+ if(isAsideExposed) return;
86
self.openPercentage(0);
87
};
88
0 commit comments