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.
The deselect callback can take the $selectedIndex as a parameter. But this is always the index of the tab in the internal array of the tabset. But it should be the index of the tab itself.
When the index attribute of a tab is specified I would assume that the $selectedIndex parameter of the deselect callback is the index specified on the tab.
Link to minimally-working plunker that reproduces the issue: