(js) Adapt md-toast following changes in md

This commit is contained in:
Francis Lachapelle
2015-12-09 18:52:52 -05:00
parent 450e3f03e2
commit f4e80aa819
5 changed files with 59 additions and 45 deletions
@@ -74,8 +74,10 @@
$mdToast.show({
template: [
'<md-toast>',
' <md-icon class="md-warn md-hue-1">error_outline</md-icon>',
' <span flex>' + l(message) + '</span>',
' <div class="md-toast-content">',
' <md-icon class="md-warn md-hue-1">error_outline</md-icon>',
' <span flex>' + l(message) + '</span>',
' </div>',
'</md-toast>'
].join(''),
hideDelay: 5000,