I want to stop closing the side menu

Hi hope somebody can give me a hint. I use the Ionic Side Menu (http://ionicframework.com/docs/api/directive/ionSideMenus/) and want to reload the menu items after clicking on an item. My problem is, that the menu get closed after clicking on an item. How can I stop that? I can’t find the right event in the angular directives.

Do you have the menu-close directive on your items? If so, the menu will close after it’s clicked, so you’d want to remove it.

http://ionicframework.com/docs/api/directive/menuClose/

1 Like

Ah, that’s the trick