Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
fix(demo): use md-dialog-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBurleson committed Feb 1, 2016
1 parent 0f9dae3 commit e12859a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/components/autocomplete/demoInsideDialog/dialog.tmpl.html
Expand Up @@ -31,7 +31,8 @@ <h2>Autocomplete Dialog Example</h2>
</div>
</md-dialog-content>

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

</md-dialog>

0 comments on commit e12859a

Please sign in to comment.