Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit e12859a

Browse files
fix(demo): use md-dialog-actions
1 parent 0f9dae3 commit e12859a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/components/autocomplete/demoInsideDialog/dialog.tmpl.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ <h2>Autocomplete Dialog Example</h2>
3131
</div>
3232
</md-dialog-content>
3333

34-
<div class="md-actions">
34+
<md-dialog-actions>
3535
<md-button aria-label="Finished" ng-click="ctrl.finish($event)">Finished</md-button>
36-
</div>
37-
</md-dialog>
36+
</md-dialog-actions>
37+
38+
</md-dialog>

0 commit comments

Comments
 (0)