Skip to content

Commit

Permalink
fix(module:date-picker): missing nzUse12Hours binding (NG-ZORRO#3781)
Browse files Browse the repository at this point in the history
  • Loading branch information
elishnevsky authored and vthinkxie committed Jul 15, 2019
1 parent ad1fdd8 commit 0d07c32
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
[nzDisabledSeconds]="timeOptions.nzDisabledSeconds"
[nzHideDisabledOptions]="timeOptions.nzHideDisabledOptions"
[nzDefaultOpenValue]="timeOptions.nzDefaultOpenValue"
[nzUse12Hours]="timeOptions.nzUse12Hours"
[nzAddOn]="timeOptions.nzAddOn"
></nz-time-picker-panel>
</ng-container>
Expand Down

0 comments on commit 0d07c32

Please sign in to comment.