mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-24 04:45:24 +00:00
(fix) renamed md-content -> md-dialog-content regarding changes in angular-material
This commit is contained in:
committed by
Francis Lachapelle
parent
a166d1b4cf
commit
f49610f058
@@ -141,7 +141,7 @@
|
||||
escapeToClose: true,
|
||||
template:
|
||||
'<md-dialog aria-label="' + l('New calendar') + '">' +
|
||||
' <md-content layout="column">' +
|
||||
' <md-dialog-content layout="column">' +
|
||||
' <md-input-container>' +
|
||||
' <label>' + l('Name of the Calendar') + '</label>' +
|
||||
' <input type="text" ng-model="name" required="required"/>' +
|
||||
@@ -154,7 +154,7 @@
|
||||
' OK' +
|
||||
' </md-button>' +
|
||||
' </div>'+
|
||||
' </md-content>' +
|
||||
' </md-dialog-content>' +
|
||||
'</md-dialog>',
|
||||
controller: NewCalendarDialogController
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user