8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4589f59 commit daa80dbCopy full SHA for daa80db
public/docs/js/latest/guide/user-input.jade
@@ -14,6 +14,12 @@
14
As in previous examples, you can make element references available to other parts of the template as a local
15
variable using the <code>#var</code> syntax. With this and events, we can do the old "update text as you type" example:
16
17
+ .callout.is-helpful
18
+ header Broken Example
19
+ p
20
+ span This specific example is currently broken, pending resolution of
21
+ a(href="https://github.com/angular/angular/issues/2019") 2019
22
+
23
code-example(language="html").
24
<input #myname (keyup)>
25
<p>{{myname.value}}</p>
0 commit comments