Ember.js binding a css style in a template

后端 未结 4 1631
孤城傲影
孤城傲影 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:48

    Set a string on your view that looks like "width: 100px" and then bind it to your div with the bind-attr helper like so:

    Test

    http://jsfiddle.net/tomwhatmore/rearT/1/

提交回复
热议问题