I’m having trouble trying to close the side menu when you click a link in the side-menu. I currently have a side-menu with a nested nav bar/view in the main content.
The side menu opens and closes when I swipe or click on my menu icon but when I try to click a link and call toggle, nothing happens but sometimes jitters a little.
Is there some scoping issue going on because I have a controller for the main content page where I call the first toggle from?
I think $ionicSideMenuDelegate.close() function is not available anymore for closing the side menu, at least I get undefined error using beta10, and its removed from docs.