Skip to content

Commit

Permalink
fix: demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Wendell committed Jun 22, 2019
1 parent 353989e commit 51a07b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/input/demo/password-input.ts
Expand Up @@ -5,7 +5,7 @@ import { Component } from '@angular/core';
template: `
<nz-input-group [nzSuffix]="suffixTemplate">
<input
[nzType]="passwordVisible ? 'text' : 'password'"
[type]="passwordVisible ? 'text' : 'password'"
nz-input
placeholder="input password"
[(ngModel)]="password"
Expand Down

0 comments on commit 51a07b1

Please sign in to comment.