mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Activator: activated
This commit is contained in:
@@ -23,6 +23,7 @@ import {pointerCoord} from '../../util/dom';
|
||||
@Directive({
|
||||
selector: '.media-switch',
|
||||
host: {
|
||||
'tappable': 'true',
|
||||
'(^touchstart)': 'swtch.pointerDown($event)',
|
||||
'(^mousedown)': 'swtch.pointerDown($event)',
|
||||
'[class.activated]': 'swtch.isActivated'
|
||||
|
||||
Reference in New Issue
Block a user