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 Sep 5, 2024. It is now read-only.
material-tabs is set up with a tear down function $scope.$on('$destroy', ...) which removes all tabs. The removal process automatically selects another tab if there is one to select which triggers any selection functions bound to that tab. For my use case at least it would be better to suspend events when destroying the tabs.
The text was updated successfully, but these errors were encountered:
material-tabs is set up with a tear down function
$scope.$on('$destroy', ...)
which removes all tabs. The removal process automatically selects another tab if there is one to select which triggers any selection functions bound to that tab. For my use case at least it would be better to suspend events when destroying the tabs.The text was updated successfully, but these errors were encountered: