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.
I read this : #5425 and just realized active is moved to tabset and its getting index of tab and make it active. I don't undestand why old method is broken in the way of this change.
This kind of dramatic changes affect lots of project. For example i have lots of pages in my project and all pages are now broken because i want to upgrade 1.1.x to 1.3.1.
The reason for this change is due to various big issues with having the state tracked on a tab by tab basis, instead of it being centralized in the tabset controller. This led to some special issues such as where when tabs were removed, callbacks were executed incorrectly. See #4836 for some of the issues that are related to the former api.
Bug description: active=true does not make tab active.
Link to minimally-working plunker that reproduces the issue: http://plnkr.co/edit/UmygeZ0OcBAmODn6gX99?p=preview
Version of Angular, UIBS, and Bootstrap
Angular:1.4.9
UIBS:1.3.1
Bootstrap:3.3.6
Simple plunker shows active tab does not working on 1.3.1. When i switch it to 1.1.2 its working and start of 1.2.0 its not working.
Something totally changed on this area which i'm not aware of?
Best regards.
The text was updated successfully, but these errors were encountered: