fix(tap-click): works inside shadow-dom

adds private ion-activable attribute

fixes #15128
This commit is contained in:
Manu Mtz.-Almeida
2018-08-12 22:48:58 +02:00
parent 270ece0b5e
commit 0dc70f7f6d
10 changed files with 28 additions and 21 deletions

View File

@ -62,7 +62,7 @@ export class SegmentButton {
'segment-button-disabled': disabled,
'segment-checked': checked,
},
'tappable': true,
'ion-activable': true,
};
}