-
-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
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
title is not a helper #123
Comments
Humm. This is transformed by using a HBS transform. You could use |
See https://github.com/tim-evans/ember-page-title/blob/latest/index.js#L9 for the code that makes this happen |
Looks like |
@knownasilya there's a hbs precompile step that helps ember disambiguate between |
Yeah, looks like the invocation polyfill is broken for helpers of all kinds since v1.1.0 (v1.0.2 works). |
I think this can be closed as we don't support |
After installing ember-page-title and including the {{title "title"}} helper in the template, ember still returns with the following error: Compile Error: title is not a helper
The text was updated successfully, but these errors were encountered: