Merge pull request #4568 from angular/angular2

angular2: Fix typings for decorators
This commit is contained in:
Masahiro Wakame
2015-06-08 01:40:00 +09:00
2 changed files with 135 additions and 850 deletions
+10
View File
@@ -21,6 +21,16 @@ Cmp.annotations = [
ng.View({
template: '{{greeting}} world!',
directives: [ng.NgFor, ng.NgIf]
}),
ng.Directive({
selector: '[tooltip]',
properties: [
'text: tooltip'
],
hostListeners: {
'onmouseenter': 'onMouseEnter()',
'onmouseleave': 'onMouseLeave()'
}
})
];
+125 -850
View File
File diff suppressed because it is too large Load Diff