From a91ae291e47246c91c07b6f43e2b4f4385f86bbc Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Tue, 13 Oct 2015 11:59:26 -0700 Subject: [PATCH] fix(test) fix Dart annotation for integration_dart_spec.dart --- modules/angular2/test/core/linker/integration_dart_spec.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/angular2/test/core/linker/integration_dart_spec.dart b/modules/angular2/test/core/linker/integration_dart_spec.dart index 331657ceb8..ba880f7d31 100644 --- a/modules/angular2/test/core/linker/integration_dart_spec.dart +++ b/modules/angular2/test/core/linker/integration_dart_spec.dart @@ -241,7 +241,7 @@ class ThrowingComponent2 { } } -@proxy() +@proxy class PropModel implements Map { final String foo = 'foo-prop';