Skip to content

Commit

Permalink
Use directive binding in mdc-dialog demo for align
Browse files Browse the repository at this point in the history
  • Loading branch information
PooSham committed Jan 10, 2022
1 parent 77fca70 commit 815cf8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dev-app/mdc-dialog/mdc-dialog-demo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export class JazzDialog {
</p>
</mat-dialog-content>
<mat-dialog-actions [attr.align]="actionsAlignment">
<mat-dialog-actions [align]="actionsAlignment">
<button
mat-raised-button
color="primary"
Expand Down

0 comments on commit 815cf8f

Please sign in to comment.