(js) Fix display of prompt dialog on xs screens

pull/188/head
Francis Lachapelle 2016-01-18 16:42:05 -05:00
parent 01fd6f4309
commit 9e8ecfac2c
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@
clickOutsideToClose: true,
escapeToClose: true,
template: [
'<md-dialog flex="50" flex-sm="100">',
'<md-dialog flex="50" flex-xs="90">',
' <md-dialog-content class="md-dialog-content" layout="column">',
' <h2 class="md-title" ng-bind="title"></h2>',
' <md-input-container>',