Skip to content

Instantly share code, notes, and snippets.

@CarlosLCervantes
Created August 18, 2014 23:41
Show Gist options
  • Save CarlosLCervantes/5608adc0079de7841ac3 to your computer and use it in GitHub Desktop.
Save CarlosLCervantes/5608adc0079de7841ac3 to your computer and use it in GitHub Desktop.
Trust HTML in Angular
<span ng-bind-html="tip"></span>
$sce.trustAsHtml(tip)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment