コントローラーで 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 を試しても Back() は機能しません。誰でもこの問題を解決できますか?