custom Handlebars helper - parameter is not resolved
问题 # here is CreditCards controller context {{#with controllers.currentCardCategory}} {{#each property in cardProperties}} {{#is property.symbol 'your_savings'}} <td class="td">{{yourSavings}}</td> {{else}} <td class="td">{{cardProperty this property.symbol}}</td> {{/is}} {{/each}} {{/with}} I create the table dynamically. All content comes from ArrayController except one that is a computed property that comes from the controller. symbol' field is underscored like annual_fee' and belongs to