Skip to content

Commit

Permalink
fix check error
Browse files Browse the repository at this point in the history
  • Loading branch information
giscafer authored Aug 21, 2017
1 parent 2636d46 commit 004c2f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/input/nz-input.directive.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import {
})
export class NzInputDirectiveComponent {
size = 'default';
disabled = false;
_disabled = false;
nativeElement: HTMLElement;

@Input()
Expand Down

0 comments on commit 004c2f7

Please sign in to comment.