vendredi 22 janvier 2016

Handlebars code inside of Ember Model field. How to evaluate?

Let's say I have some model with html field. This field contains some handlebars code. For example

<div class="foo">
  {{model.title}}
</div>

The problem is when I'm trying to iterate over models and render html field, it doesn't evaluate handlebars code inside it.

{{#each models as |model|}}
  {{{model.html}}}
{{/each}}




Aucun commentaire:

Enregistrer un commentaire