Skip to main content

All Questions

Tagged with
1 vote
1 answer
595 views

Angular template variable reference [closed]

Here is a weird problem in Angular: <input #pin1 type="password"> <p>You entered: {{pin1.value}}</p> If you type something in <input>, the <p>'s content will not change ...
Yui's user avatar
  • 19