Answer the question
In order to leave comments, you need to log in
EmberJS - Handelbars displays commented lines instead of browser code, wtf?
Hello!
I've been struggling with this problem all day.
There is a template:
templates/services.js
There are two entries in the database, Ember Inspector sees them. Therefore, the connection to the database and the model function correctly.
In HTML, instead of a list, two lines are displayed:
_________________________________________________________
Current version:
ember: 2.1.0
node: 0.12.7
npm: 2.13.4
os: linux ia32
What could be the reason for this output?
ps There is an error in the debugger "Using `Application.registry.resolve` is deprecated. Please use `Application.resolveRegistration` instead" - this behavior is not due to it.
Answer the question
In order to leave comments, you need to log in
Victory!
{{#each model as |service|}}
{{service.time}}
{{service.price}}
{{/each}}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question