Function
htmlSafe : Handlebars.SafeString public
Module:
ember
Defined in packages/ember-htmlbars/lib/utils/string.js:13
- returns
- Handlebars.SafeString
a string that will not be html escaped by Handlebars
Mark a string as safe for unescaped output with Ember templates. If you return HTML from a helper, use this function to ensure Ember's rendering layer does not escape the HTML.
Ember.String.htmlSafe('<div>someString</div>')