Question

Is there a way to set css properties by using emberjs properties' auto binding ?

Something like:

<div {{bindAttr style="background-color: divColor;"}}>
    ...
</div>

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top