(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
@@ -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
});