I have following problem I have page 1 which is a regular page, lets call it r1 page 2 is a ion-side-menus directive with two different pages , lets call them m1 and m2
what I do is if I go from r1 to m1, then back to r1 and then to m2 again, when m2 is rendered, m1 caching is show for a short period of time before m2 can actually be loaded, how to solve this problem?