jeudi 7 avril 2016

"if" handlebar inside a component handlebar in Ember.js

In Ember, I know that I can include classes with if statements using the {{if}} handlebar. However, how can I do this inside a component handlebar?

For example, how can I do something like this:

{{myComponent class="my-class {{if isThisTrue 'true-class' 'false-class'}}" }}




Aucun commentaire:

Enregistrer un commentaire