我在我的控制器中使用 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 Back() 也不起作用。任何人都可以解决这个问题吗?