mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 11:55:24 +00:00
fix(web(js)): remove calls to deprecated functions in ng-material
This commit is contained in:
@@ -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));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user