Quantcast
Channel: Ionic Forum - Latest posts
Viewing all articles
Browse latest Browse all 228595

Tab content gets removed

$
0
0

Hey Ninjas, anyone can help me
I have an app which has side menu navigation.
Now in one view which shows entry details I have two tabs.
My problem is that as soon as I change tab the content of the other tab is gone.
My view code is like this:

<ion-view view-title="main view title">

<ion-tabs tabs-type="tabs-icon-top" class="tabs-striped tabs-color-active-positive">

   <ion-tab  title="General">

<ion-content class="has-subheader padding text-center">

   Test general
  
</ion-content>
   </ion-tab>

   <ion-tab title="Documents">

<ion-content class="has-subheader padding">

test document

   </ion-content>

   </ion-tab>

</ion-tabs>

</ion-view>


Viewing all articles
Browse latest Browse all 228595

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>