gpt4 book ai didi

angularjs - 如何在 $mdDialog 中添加换行文本内容

转载 作者:行者123 更新时间:2023-12-04 01:31:43 25 4
gpt4 key购买 nike

我想在 mdDiaglog 的 .textcontent 中添加换行符。
以下是我的代码:

var confirm = $mdDialog.confirm()
.title('Refresh')
.textContent('Some information will be lost.'+'<br>'+ 'Do you want to refresh?')
.targetEvent(ev)
.ok('YES')
.cancel('NO');
$mdDialog.show(confirm).then(function () {
$window.location.reload();
});
}

最佳答案

使用 .htmlContent()。

$mdDialogPreset#textContent(string) - Sets the confirm message. $mdDialogPreset#htmlContent(string) - Sets the confirm message as HTML. Requires ngSanitize module to be loaded. HTML is not run through Angular's compiler.



Documentation

关于angularjs - 如何在 $mdDialog 中添加换行文本内容,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36773325/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com