mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
If the containing ionTabs directive is being destroyed, then child ionTab directives should not don't bother going through its controller’s `remove` method, which selects a new active tab as each ionTab is being destroyed. By selecting a new active tab as each tab is removed, it causes unnecessary view loads, transitions and multiple `viewState.changeHistory` events.