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

ngRepeat doesn't add elements in tab using 1.1.5 #599

Closed
RamonDonnell opened this issue Jul 1, 2013 · 3 comments
Closed

ngRepeat doesn't add elements in tab using 1.1.5 #599

RamonDonnell opened this issue Jul 1, 2013 · 3 comments

Comments

@RamonDonnell
Copy link

When using 1.1.5 the tab below does not add the ng-repeat elements, works fine using 1.0.4.

<tabset>
    <tab ng-repeat="tab in tabs" heading="{{tab.title}}">
        {{tab.content}}
        Should see a list of numbers here
        <span ng-repeat="a in tab.array">{{a}},</span>
    </tab>
</tabset>

see http://plnkr.co/edit/1GrYnPpKWCuprLEjYERD?p=preview

Workaround: wrap the ng-repeat with another element.

@pkozlowski-opensource
Copy link
Member

bah, indeed...

@ajoslin
Copy link
Contributor

ajoslin commented Jul 1, 2013

I'll play with this

@ajoslin
Copy link
Contributor

ajoslin commented Jul 8, 2013

Working on this today, tracking it down!

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

No branches or pull requests

3 participants