mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
fix(angular): adds tabs stack
This commit is contained in:

committed by
Manu MA

parent
d9172b7d68
commit
adae8d4ad1
@ -74,7 +74,8 @@ export class TabButton implements ComponentInterface {
|
||||
if (!this.disabled) {
|
||||
this.ionTabButtonClick.emit({
|
||||
tab: this.tab,
|
||||
href: this.href
|
||||
href: this.href,
|
||||
selected: this.selected
|
||||
});
|
||||
}
|
||||
ev.preventDefault();
|
||||
|
Reference in New Issue
Block a user