Multiple ion-side-menu-content

Hi,

Please let me know how to achieve the below functionalities using ion-side-menu-content:
In iPad - we have ion-side-menu ( on left side ) & ion-side-menu-content ( on right side ) in a page.

In some scenarios, we need to hide the ion-side-menu-content and show another content in the same place.
For example: if user presses Click button then it shows content 2 instead of content 1 & if user presses back button then it should show content 1 back on the ion-side-menu-content

i.e

Finally we have achieved by ng-if. i.e will show the second page when the click button is shown.

After a long investigation. Changing sub views using UI Router.
It is wonderful feature - with the support of abstract concept - we could achieve it.

1 Like