This repository was archived by the owner on May 29, 2019. It is now read-only.
This repository was archived by the owner on May 29, 2019. It is now read-only.
Tab and Tab Pane Order is inconsistent when ngIf directive is applied #5851
Closed
Description
Bug description:
When ngIf
directive is applied to a uibTab
directive, it is going to be rendered after all other uibTab
directives who don't have ngIf
directives applied. See this Plunker, the middle tab is the last tab-pane
child inside tab-content
element.
Expected:
What I was expecting is that order of tabs and order of tab panes would be the same. Because they are not, it is hard for me to find correct tab pane when working with tab buttons.
Link to minimally-working plunker that reproduces the issue: http://plnkr.co/edit/IUzgQ0wIkIBZoxUQUiqv
Version of Angular, UIBS, and Bootstrap
Angular: 1.3.20
UIBS: 0.14.3
Bootstrap: 3.3.1