Skip to content

Commit

Permalink
fix(module:date-picker): missing nzUse12Hours binding
Browse files Browse the repository at this point in the history
  • Loading branch information
elishnevsky committed Jul 12, 2019
1 parent 979807d commit 35e94f0
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 35e94f0

Please sign in to comment.