Ember.js binding a css style in a template

后端 未结 4 1633
孤城傲影
孤城傲影 2021-02-02 12:15

This is solved since Ember 1.8 with the HTMLBars engine.

I would like to bind a css style in a template. What would be the solution ?

I tr

4条回答
  •  广开言路
    2021-02-02 12:39

    To simplify all that, I created a tiny handlebars helper for emberjs that allows you to bind any style properties. You can look at https://github.com/yderidde/bindstyle-ember-helper

提交回复
热议问题