Issue with Ion side menu

While using Ionic’s built in directive ‘ion-side-menu’, I noticed that when on clicking any of the content items in the side menu’s ion content, the menu closes by default, which is something that I don’t want. I tried changing this default behavior through ionic-bundle.js but failed doing that.

Someone please help me with this issue.

have you tried removing ‘menu-close’?

<ion-item menu-close ng-click="login()">
          Login
        </ion-item>

Thanks. It works.
(can’t stop laughing at my silly question :smile:)