What are ng-bind-HTML Directives? The ng-bind-HTML directive is used for attaching the content to the HTML element in a secure method and renders the HTML as clickable anchor tags. To make use of this directive, you should use angular-sanitize.js in your application to make use of the $sanitize service. The word sanitize mean clean and purify …