You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 29, 2019. It is now read-only.
When using 1.1.5 the tab below does not add the ng-repeat elements, works fine using 1.0.4.
<tabset><tabng-repeat="tab in tabs" heading="{{tab.title}}">
{{tab.content}}
Should see a list of numbers here
<spanng-repeat="a in tab.array">{{a}},</span></tab></tabset>
When using 1.1.5 the tab below does not add the ng-repeat elements, works fine using 1.0.4.
see http://plnkr.co/edit/1GrYnPpKWCuprLEjYERD?p=preview
Workaround: wrap the ng-repeat with another element.
The text was updated successfully, but these errors were encountered: