javascript - How to add condition to EmberJS Input Helper -


how can build input <input class="{{unless isediting "hidden"}}" /> input helper of ember.js?

you can use parenthesis have helper within helper

{{input class=(unless isediting "hidden")}} 

Comments

Popular posts from this blog

php - mySQL problems with this code? -

java - Checkbox item adds to spinner -

java - Can't access ArrayList in other view? android null pointer exception -