fix(angular): adds tabs stack

This commit is contained in:
Manu Mtz.-Almeida
2018-11-14 19:10:27 +01:00
committed by Manu MA
parent d9172b7d68
commit adae8d4ad1
9 changed files with 68 additions and 20 deletions

View File

@ -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();