Created
March 23, 2015 10:13
-
-
Save EpokK/9388b5660d9f62985fc3 to your computer and use it in GitHub Desktop.
trustAsHtml filter
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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