mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-30 15:45:26 +00:00
fix(web(js)): remove calls to deprecated functions in ng-material
This commit is contained in:
@@ -162,7 +162,7 @@
|
||||
Calendar.$subscribe(calendarData.owner, calendarData.name).then(function(data) {
|
||||
$mdToast.show(
|
||||
$mdToast.simple()
|
||||
.content(l('Successfully subscribed to calendar'))
|
||||
.textContent(l('Successfully subscribed to calendar'))
|
||||
.position('top right')
|
||||
.hideDelay(3000));
|
||||
});
|
||||
|
||||
@@ -339,7 +339,7 @@
|
||||
|
||||
$mdToast.show(
|
||||
$mdToast.simple()
|
||||
.content(msg)
|
||||
.textContent(msg)
|
||||
.position('top right')
|
||||
.hideDelay(3000));
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user