You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a partial located at app/assets/javascripts/templates/_project_types.hbs. When I load console, I can see _project_types in Ember.TEMPLATES, but I keep getting a Not Found error.
I'm using the handlbars_assets gem in a Rails 4 + Ember (post 1.0) application and loading handlebars.js v1.3.0
I have a partial located at
app/assets/javascripts/templates/_project_types.hbs
. When I load console, I can see_project_types
in Ember.TEMPLATES, but I keep getting a Not Found error.I have tried using it the following ways:
When I use the
{{>}}
syntax, an error is thrown from handlebars.jsWhen I use the handlebars helper, the error is thrown from ember.js
The text was updated successfully, but these errors were encountered: