mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-12 13:49:44 +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
@@ -123,7 +123,7 @@
|
||||
escapeToClose: true,
|
||||
template:
|
||||
'<md-dialog aria-label="' + l('New addressbook') + '">' +
|
||||
' <md-content layout="column">' +
|
||||
' <md-dialog-content layout="column">' +
|
||||
' <md-input-container>' +
|
||||
' <label>' + l('Name of new addressbook') + '</label>' +
|
||||
' <input type="text" ng-model="name" required="required"/>' +
|
||||
@@ -136,7 +136,7 @@
|
||||
' OK' +
|
||||
' </md-button>' +
|
||||
' </div>'+
|
||||
' </md-content>' +
|
||||
' </md-dialog-content>' +
|
||||
'</md-dialog>',
|
||||
controller: NewAddressBookDialogController
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user