yderidde / bindstyle-ember-helper

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

jQuery.uuid has been removed #8

Closed Handfeger closed 11 years ago

Handfeger commented 11 years ago

Since jQuery.uuid does not exist anymore I changed it to Ember.uuid

https://github.com/emberjs/ember.js/pull/1481

Every View with bound styles had data-bindattr-NaN="NaN"

Handfeger commented 11 years ago

The next Pullrequest fixes a issue where a new generated Handlebars Object had the bound style written directly into the HTML-Tag instead of the style-attr.

yderidde commented 11 years ago

Great stuff ! You beat me for the uuid fix :)