Skip to content

Instantly share code, notes, and snippets.

@EpokK
Created March 23, 2015 10:13
Show Gist options
  • Save EpokK/9388b5660d9f62985fc3 to your computer and use it in GitHub Desktop.
Save EpokK/9388b5660d9f62985fc3 to your computer and use it in GitHub Desktop.
trustAsHtml filter
app.filter('unsafe', function($sce) {
return $sce.trustAsHtml;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment