ionic-team / ionic-ion-drawer

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

Drawer from both sides #16

Open msnpr567 opened 9 years ago

msnpr567 commented 9 years ago

Will your drawer work from both sides at a time?

gregor-srdic commented 9 years ago

I have solved this by adding an isolation scope to the drawer directive, and I am opening and closing drawers with an event on the $rootScope, from my controllers to the directive scope.

LuisMCunha commented 9 years ago

Could you post some example code of how you achieved it? I've been trying to make the drawer open from the right side, but have been unsuccessful so far.