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

View File

@@ -260,7 +260,7 @@
if (cards.length != allCards.length)
$mdToast.show(
$mdToast.simple()
.content(l("Lists can't be moved or copied."))
.textContent(l("Lists can't be moved or copied."))
.position('top right')
.hideDelay(2000));
@@ -283,7 +283,7 @@
$state.go('app.addressbook');
$mdToast.show(
$mdToast.simple()
.content(success)
.textContent(success)
.position('top right')
.hideDelay(2000));
});