I am using ng-bind-html in my controller like
$scope.message=' You currently have no ORDERS <a href= "javascript:void(0)" ng-click="Back()">Back13</a>';
and in html page
<strong ng-bind-html="message">Warning!</strong>
But the Back() is not working even i tried the $compile as similar question . Can any one solve this problem?