String Class
Module: ember
Show:
Methods
Show:
htmlSafe
Handlebars.SafeString
Mark a string as being safe for unescaped output with Handlebars.
1 |
'<div>someString</div>'.htmlSafe()
|
Returns:
- Handlebars.SafeString
- a string that will not be html escaped by Handlebars