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 Sep 5, 2024. It is now read-only.
I have a (perhaps) strange use case of tabs where there is the possibility of none being selected (i.e., all have md-active="false"). If I create a page with tabs where they are all set to inactive, no tab will be selected/highlighted (correct behavior); however, md-on-select gets called as many times as there are tabs, whereas I would expect and desire it to not be called at all.