Skip to content

Commit

Permalink
fix(stark-demo): update usage of stark-dropdown component in pretty…
Browse files Browse the repository at this point in the history
…-print demo page

ISSUE: #732
  • Loading branch information
carlo-nomes committed Jan 11, 2019
1 parent 15a4a17 commit e73766a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h1 translate>SHOWCASE.DEMO.PRETTY_PRINT.TRY_IT_YOURSELF</h1>
[options]="dataFormats"
[value]="selectedDataFormat"
placeholder="SHOWCASE.DEMO.PRETTY_PRINT.SELECT_DATAFORMAT"
(dropdownSelectionChanged)="dataFormatDropdownOnChange($event)"
(selectionChanged)="dataFormatDropdownOnChange($event)"
>
</stark-dropdown>
<mat-checkbox
Expand Down

0 comments on commit e73766a

Please sign in to comment.