Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

TabSet inside Tab in 0.5.0 release #856

Closed
dotansimha opened this issue Aug 21, 2013 · 1 comment
Closed

TabSet inside Tab in 0.5.0 release #856

dotansimha opened this issue Aug 21, 2013 · 1 comment

Comments

@dotansimha
Copy link

Hi,

trying to add TabSet inside a tab, something like this:

<tabset>
    <tab heading="Tab1">Content</tab>
    <tab heading="Tab2">
        <tabset>
            <tab heading="Sub-Tab1">Content</tab>
            <tab heading="Sub-Tab2">Content</tab>
        </tabset>
    </tab>
</tabset>

Result is an error:

TypeError: Cannot read property '$parent' of undefined

I saw that plunker works (version is 0.4.0):
http://plnkr.co/edit/3wAezw6HbHHAOaIjc9pB?p=preview

but with 0.5.0 its causes this error.

Thanks!

@pkozlowski-opensource
Copy link
Member

Duplicate of #783

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