Skip to content
This repository has been archived by the owner on Apr 18, 2018. It is now read-only.

When opened page selected different first tab. #6

Open
nadircan opened this issue Dec 28, 2017 · 1 comment
Open

When opened page selected different first tab. #6

nadircan opened this issue Dec 28, 2017 · 1 comment

Comments

@nadircan
Copy link

I want to came selected other tab. Is this possible?

@allenhwkim
Copy link
Contributor

allenhwkim commented Dec 28, 2017

Please refer to the following example

<ngui-tab
  selected="js"  <-- THIS
  selected-index-class="selected"
  selected-contents-class="fadeIn animated">
  <div class="tabs">
    <div index="html">HTML</div>
    <div index="js">Javascript</div>
  </div>
  <div class="tab-contents">
    <div contents="html">HTML {{1}}</div>
    <div contents="js">Javascript {{1}}</div>
  </div>
</ngui-tab>

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants