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.
Currently, the tabset directive allows us to define select/deselect callbacks select="tabChange(). However, there's nothing on the scope that can be easily passed as an argument which references the tab.
What I'd like to see is something along the lines of:
select="tabChange($tab)"
Where $tab is the tab object with active, heading, and other properties. This is especially useful for those not using an ng-repeat to generate tabs.
The text was updated successfully, but these errors were encountered:
Currently, the
tabset
directive allows us to define select/deselect callbacksselect="tabChange()
. However, there's nothing on the scope that can be easily passed as an argument which references the tab.What I'd like to see is something along the lines of:
Where
$tab
is the tab object withactive
,heading
, and other properties. This is especially useful for those not using an ng-repeat to generate tabs.The text was updated successfully, but these errors were encountered: