Skip to content

Commit e11e0d1

Browse files
committed
fix lint
1 parent 7a98a7e commit e11e0d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/demo-app/a11y/dialog/dialog-a11y.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import {Component} from '@angular/core';
2-
import {MdDialog, MdDialogRef, MD_DIALOG_DATA} from '@angular/material';
2+
import {MdDialog} from '@angular/material';
33

44

55
@Component({

src/demo-app/a11y/dialog/dialog-neptune-a11y.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ <h2 md-dialog-title>Neptune</h2>
1515
</p>
1616
</md-dialog-content>
1717

18-
<md-dialog-actions [attr.align]="actionsAlignment">
18+
<md-dialog-actions>
1919
<button md-raised-button color="primary" md-dialog-close>Close</button>
2020

2121
<a md-button color="primary" href="https://en.wikipedia.org/wiki/Neptune" target="_blank">

0 commit comments

Comments
 (0)