htmlSafeHandlebars.SafeString
publicstatic
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>')
Returns:
-
Handlebars.SafeString
- A string that will not be HTML escaped by Handlebars.
Please login to continue.