mardi 7 juin 2016

Want to Create Tab in Ember application

I am completely new for ember mobile application.

I am trying to crate tab but i am not able to do it.

my .hbs file

<div class="tabpanel">
    <div class="tabs">
      <div >First tab</div>
      <div >Second tab</div>
    </div>
    
  </div>

I have done tab with like when i tapped on it it will go at another screen. I need it like when i will tap on tab it should be on same screen i.e. toggling.

Thanks in Advance.




Aucun commentaire:

Enregistrer un commentaire