yderidde / bindstyle-ember-helper

An ember.js extension to easily bind css style attributes
68 stars 15 forks source link

static styles #4

Closed icholy closed 12 years ago

icholy commented 12 years ago

it would be cool if there was support for setting static styles. Something like this would work

<div {{bindStyle unit="px" 
                 width="theWidth" 
                 static="margin-left:100px; ... "}}>
</div>