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 was archived by the owner on May 29, 2019. It is now read-only.
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.