I would like to bind a css style in a template. What would be the solution ? I tr
I would like to bind a css style in a template. What would be the solution ?
I tr
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
"width: 100px"
bind-attr
Test
http://jsfiddle.net/tomwhatmore/rearT/1/