-
Notifications
You must be signed in to change notification settings - Fork 13.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: When side menu is disabled, expose-aside-when="large" still triggers #2210
Comments
Thanks for the codepen example! |
Perfect, thanks to you! |
In the nightly this should be fixed? |
Sorry to reopen this, but is still happening: http://codepen.io/matiastucci/pen/JeAsl?editors=100 Thanks! |
.@matiastucci i can confirm the same. |
Same here |
The As an example: If a user hasn't logged into my app yet, I may not want to have the side menu options exposed (they might be dynamically set according to the user). In this case, having |
I'm also having the problem. I didn't found a proper way to close / toggle a left side menu which has the expose-aside-when directive. Using $ionicSideMenuDelegate.isOpenLeft() always returns false. This is quite inconsistent. Even when using directives such as ng-if or ng-show, I didn't manage to find a solution ! Thanks |
noKid http://pain-advice.com/betonmarkets-front 24.03.2015, 14:12, "noKid" [email protected]:I'm also having the problem. I didn't found a proper way to close / toggle a side menu which have the expose-aside-when directive. Using $ionicSideMenuDelegate.isOpenLeft() always returns false. This is inconsistent and should be changed. Thanks —Reply to this email directly or . |
it's still visible even though disabled |
Tis bug is still present in the v1.1.0 |
I also have this bug when using Here's a simple "hack" I've made that could maybe help others:
👍 |
hi, @lordgreg approach solves my use case, but this is still a bug / inconsistency in my opinion. |
Type: bug
Platform: all
In the 'ion-side-menu' when is-enabled="false", expose-aside-when="large" is still triggering. So in some sections I am disabling the menu but if the width is greater than 768px the menu is still appearing.
Codepen: http://codepen.io/matiastucci/pen/oHapg
The text was updated successfully, but these errors were encountered: