I have input where user can insert some text or some html. To display that text/html I use angular js $sce.
$scope.headerHtml = $scope.formControl.label; <