我需要在项目的每个页面中使用 Angular Material 烤面包机,并且消息可能包含 html 标签。但是 html 消息不适用于 Angular Material 烤面包机。
$mdToast.show(
$mdToast.simple()
.textContent('Field is required <br> Some Other Content')
.position(pos)
.hideDelay(3000)
);
任何想法 ?