fix(guide): add callout to broken example
This commit is contained in:
parent
4589f5912f
commit
daa80db5ff
|
@ -14,6 +14,12 @@
|
|||
As in previous examples, you can make element references available to other parts of the template as a local
|
||||
variable using the <code>#var</code> syntax. With this and events, we can do the old "update text as you type" example:
|
||||
|
||||
.callout.is-helpful
|
||||
header Broken Example
|
||||
p
|
||||
span This specific example is currently broken, pending resolution of
|
||||
a(href="https://github.com/angular/angular/issues/2019") 2019
|
||||
|
||||
code-example(language="html").
|
||||
<input #myname (keyup)>
|
||||
<p>{{myname.value}}</p>
|
||||
|
|
Loading…
Reference in New Issue