From 9b9e6ddf0f2515be64ecdc480c34efbc6ef0e3f7 Mon Sep 17 00:00:00 2001 From: Kathy Walrath Date: Wed, 20 Apr 2016 11:25:54 -0700 Subject: [PATCH] samples(dart): tweak template-syntax sample closes #1130 --- .../docs/_examples/template-syntax/dart/lib/app_component.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/docs/_examples/template-syntax/dart/lib/app_component.html b/public/docs/_examples/template-syntax/dart/lib/app_component.html index 0d6e550e73..41732b3345 100644 --- a/public/docs/_examples/template-syntax/dart/lib/app_component.html +++ b/public/docs/_examples/template-syntax/dart/lib/app_component.html @@ -259,7 +259,8 @@ Property bound:
Bad curly
- +

Note: "Bad curly" should be smaller but isn't, due to + issue #6901.