gpt4 book ai didi

javascript - 我如何在 ng-bind-html 中使用 ng-click

转载 作者:搜寻专家 更新时间:2023-10-31 21:52:34 25 4
gpt4 key购买 nike

我在我的 Controller 中使用 ng-bind-html 就像

$scope.message='  You  currently have no ORDERS <a href= "javascript:void(0)" ng-click="Back()">Back13</a>';

在html页面中

<strong ng-bind-html="message">Warning!</strong>

但即使我尝试将 $compile as similar question 返回 () 也不起作用.谁能解决这个问题?

最佳答案

试试这个

$scope.message='  You  currently have no ORDERS <a **href="javascript:;"** ng-click="Back()">Back13</a>';

href="javascript:void(0)" 更改为 href="javascript:;"

也可以在下面的讨论中看到这个

ng-click do not work when a template bound using ng-bind-html-unsafe

AngularJS: ng-bind-html doesn't work with button tag

关于javascript - 我如何在 ng-bind-html 中使用 ng-click,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25905700/

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