From 000a8e25a2878625b7bb2986a0b5873480f0d5c0 Mon Sep 17 00:00:00 2001 From: Tim Blasi Date: Fri, 29 May 2015 14:19:22 -0700 Subject: [PATCH] fix(dart/transform): Fix DirectiveMetadata read tests --- .../template_compiler/one_directive_files/hello.ng_meta.json | 2 +- .../template_compiler/with_prefix_files/goodbye.ng_meta.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/angular2/test/transform/template_compiler/one_directive_files/hello.ng_meta.json b/modules/angular2/test/transform/template_compiler/one_directive_files/hello.ng_meta.json index 01105c97c0..f6258dffd6 100644 --- a/modules/angular2/test/transform/template_compiler/one_directive_files/hello.ng_meta.json +++ b/modules/angular2/test/transform/template_compiler/one_directive_files/hello.ng_meta.json @@ -5,7 +5,7 @@ "selector":"hello-app", "compileChildren":true, "hostListeners":{}, - "hostProperties":[], + "hostProperties":{}, "properties":[], "readAttributes":[], "type":1, diff --git a/modules/angular2/test/transform/template_compiler/with_prefix_files/goodbye.ng_meta.json b/modules/angular2/test/transform/template_compiler/with_prefix_files/goodbye.ng_meta.json index 5752c9f9c9..f3ff092394 100644 --- a/modules/angular2/test/transform/template_compiler/with_prefix_files/goodbye.ng_meta.json +++ b/modules/angular2/test/transform/template_compiler/with_prefix_files/goodbye.ng_meta.json @@ -4,7 +4,7 @@ "selector":"goodbye-app", "compileChildren":true, "hostListeners":{}, - "hostProperties":[], + "hostProperties":{}, "properties":[], "readAttributes":[], "type":1,