diff --git a/src/components/dialog/dialog.js b/src/components/dialog/dialog.js index 7f66dbf4805..b91984549ed 100644 --- a/src/components/dialog/dialog.js +++ b/src/components/dialog/dialog.js @@ -414,7 +414,7 @@ function MdDialogProvider($$interimElementProvider) { function advancedDialogOptions($mdDialog, $mdTheming) { return { template: [ - '', + '', ' ', '

{{ dialog.title }}

', '
',