Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 9b9e6dd

Browse files
committed
samples(dart): tweak template-syntax sample
closes #1130
1 parent 6971269 commit 9b9e6dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

public/docs/_examples/template-syntax/dart/lib/app_component.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,8 @@ <h3>
259259
<!-- reset/override all class names with a binding -->
260260
<div class="bad curly special"
261261
[class]="badCurly">Bad curly</div>
262-
<!-- Doesn't work, due to github.com/angular/angular/issues/6901 -->
262+
<p><b>Note:</b> "Bad curly" should be smaller but isn't, due to
263+
<a href="http://github.com/angular/angular/issues/6901">issue #6901</a>.</p>
263264
<!-- #enddocregion class-binding-2 -->
264265

265266
<!-- #docregion class-binding-3 -->

0 commit comments

Comments
 (0)