Ionic Slide Menu Don't Appear When I Use State.go In My Controller
hello every one i'm using ionic to build my application and i put slide menu the problem is when i change the view using 'stage.go'this work but the slide menu fail. so how i can f
Solution 1:
You have to use the option enable-menu-with-back-views="true"
on your <ion-side-menus>
directive, as it specifies ionic docs
You can see this plunkr with a working example.
Post a Comment for "Ionic Slide Menu Don't Appear When I Use State.go In My Controller"