fix(web(js)): remove calls to deprecated functions in ng-material

This commit is contained in:
Francis Lachapelle
2020-08-04 16:12:52 -04:00
parent 8642ff9d00
commit cd95649f08
14 changed files with 30 additions and 24 deletions
@@ -285,7 +285,7 @@
// Show success toast when action succeeds
$mdToast.show(
$mdToast.simple()
.content(l('Successfully created card'))
.textContent(l('Successfully created card'))
.position('top right')
.hideDelay(2000));
});