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 00ebd1f commit f157b0aCopy full SHA for f157b0a
showcase/demo/password/passworddemo.html
@@ -25,15 +25,15 @@ <h3>Getting Started</h3>
25
26
<pre>
27
<code class="language-markup" pCode>
28
-<input type="text" pPassword />
+<input type="password" pPassword />
29
</code>
30
</pre>
31
32
<h3>Model Binding</h3>
33
<p>A model can be bound using standard ngModel directive.</p>
34
35
36
-<input type="text" pPassword [(ngModel)]="property"/>
+<input type="password" pPassword [(ngModel)]="property"/>
37
38
39
0 commit comments