8000 fix(guide): add callout to broken example · rusongyu/angular.io@daa80db · GitHub
[go: up one dir, main page]

Skip to content

Commit daa80db

Browse files
jeffbcrossnaomiblack
authored andcommitted
fix(guide): add callout to broken example
1 parent 4589f59 commit daa80db

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

public/docs/js/latest/guide/user-input.jade

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
As in previous examples, you can make element references available to other parts of the template as a local
1515
variable using the <code>#var</code> syntax. With this and events, we can do the old "update text as you type" example:
1616

17+
.callout.is-helpful
18+
header Broken Example
19+
p
20+
span This specific example is currently broken, pending resolution of&nbsp;
21+
a(href="https://github.com/angular/angular/issues/2019") 2019
22+
1723
code-example(language="html").
1824
&lt;input #myname (keyup)&gt;
1925
&lt;p&gt;{{myname.value}}&lt;/p&gt;

0 commit comments

Comments
 (0)
0