mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
angular2-2.0.0-alpha.38
This commit is contained in:
@@ -24,13 +24,13 @@ Cmp.annotations = [
|
||||
}),
|
||||
Directive({
|
||||
selector: '[tooltip]',
|
||||
properties: [
|
||||
inputs: [
|
||||
'text: tooltip'
|
||||
],
|
||||
host: {
|
||||
'(onmouseenter)': 'onMouseEnter()',
|
||||
'(onmouseleave)': 'onMouseLeave()'
|
||||
}
|
||||
outputs: [
|
||||
'(mouseenter):onMouseEnter()',
|
||||
'(mouseleave):onMouseLeave()'
|
||||
]
|
||||
})
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user