We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ember.Handlebars.SafeString
Suggest using Ember.String.htmlSafe over Ember.Handlebars.SafeString:
Ember.String.htmlSafe
// deprecated new Ember.Handlebars.SafeString(someString); // Non-deprecated Ember.String.htmlSafe(someString);
For a few reasons:
SafeString
new
Ember.Handlebars
The steps needed for this are:
deprecateFunc
The text was updated successfully, but these errors were encountered:
Looks like this issue can be closed?
Sorry, something went wrong.
Handlebars.SafeString
No branches or pull requests
Suggest using
Ember.String.htmlSafe
overEmber.Handlebars.SafeString
:For a few reasons:
SafeString
API is a tad bit "trolly" (many questions arise from it "not working" due to forgetting to usenew
).Ember.Handlebars
namespace is basically legacy and going awayThe steps needed for this are:
deprecateFunc
.The text was updated successfully, but these errors were encountered: