(fix) renamed md-content -> md-dialog-content regarding changes in angular-material

This commit is contained in:
Ludovic Marcotte
2015-04-27 13:33:26 -04:00
committed by Francis Lachapelle
parent a166d1b4cf
commit f49610f058
6 changed files with 87 additions and 87 deletions
+2 -2
View File
@@ -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
});