ionic-team / ionic-ion-drawer

A side menu drawer for Ionic apps
51 stars 84 forks source link

Drawer close when item or ng-repeat="item in items" link is clicked #18

Open thewilsonconcept opened 9 years ago

thewilsonconcept commented 9 years ago

Hey there, right now I am running a layout which removes the standard menu icon once the drawer is open. Instead of clicking outside of the menu to close it is there a way to set it so that the drawer automatically closes once a side-menu item is clicked. I have tried both "menu-close" and "menu-and-drawer-close" and nothing works. The pages open no problem, but the drawer is still open as well.

Any fix would be super helpful.

LuisMCunha commented 9 years ago

Just put ng-click="closeDrawer() in each of your items, the end result would be something similar to: