Skip to content

Commit 000a8e2

Browse files
author
Tim Blasi
committed
fix(dart/transform): Fix DirectiveMetadata read tests
1 parent 8a3b0b3 commit 000a8e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/angular2/test/transform/template_compiler/one_directive_files/hello.ng_meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"selector":"hello-app",
66
"compileChildren":true,
77
"hostListeners":{},
8-
"hostProperties":[],
8+
"hostProperties":{},
99
"properties":[],
1010
"readAttributes":[],
1111
"type":1,

modules/angular2/test/transform/template_compiler/with_prefix_files/goodbye.ng_meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"selector":"goodbye-app",
55
"compileChildren":true,
66
"hostListeners":{},
7-
"hostProperties":[],
7+
"hostProperties":{},
88
"properties":[],
99
"readAttributes":[],
1010
"type":1,

0 commit comments

Comments
 (0)