I have a variable like the following in a controller of angular
:
$scope.dato = "<h1>MI TITULO</h1>";
I want it to be shown in html
, but rendered ... something like the following:
MY TITLE
In the view I put like this: {{dato}}
, but what it shows is the value with the tag html