(html) Improve custom dialog for recurrent events

pull/101/head^2
Francis Lachapelle 2015-11-27 11:58:14 -05:00
parent 62255eaf33
commit 656835ca19
1 changed files with 3 additions and 3 deletions

View File

@ -189,14 +189,14 @@
params: params
},
template: [
'<md-dialog>',
'<md-dialog flex="50" md-flex="80" sm-flex="90">',
' <md-dialog-content class="md-dialog-content">',
' <p>' + l('editRepeatingItem') + '</p>',
' </md-dialog-content>',
' <div class="md-actions">',
' <md-dialog-actions>',
' <md-button ng-click="updateThisOccurrence()">' + l('button_thisOccurrenceOnly') + '</md-button>',
' <md-button ng-click="updateAllOccurrences()">' + l('button_allOccurrences') + '</md-button>',
' </div>',
' </md-dialog-actions>',
'</md-dialog>'
].join(''),
controller: RecurrentComponentDialogController