Hi All,
I’m trying to make use of the Side Menu directive in my project. I made a fork of the Ionic codepen example to get started but a few things remain unclear e.g. how to make transition animations work properly as they seem to flicker on view changes. I also intend to have a view state e.g ‘login’ that isn’t part of the side menu content. I did get that working on my pc but not on the codepen demo.
Can someone point out what I’m doing wrong please?
Note: a feature I think should make it into the next release is the ability to close the side menu on tapping on the content pane and as well as on navigating to a new view. I kind of achieved that by throwing $scope.sideMenuController.toggleLeft();
into my controllers.