dimanche 28 juin 2015

Ember add title attribute to table header

I have a table header and need to add title attribute in ember

      {{#each orderedOptionPools as |optionPool|}}
        <th title="?">{{optionPool.planName}}</th>
      {{/each}}

I've tried adding {{optionPool.planName}} but can't get it to work.. any ideas?




Aucun commentaire:

Enregistrer un commentaire