You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
this fix is needed for Firefox or other browsers that strictly follow
dom/css spec which states that element.style should make properties
available in camelCased form.
Closesangular#569
ng:style works to set e.g "background", but not "background-color" or anything else with a dash in the property name.
Here's a test case - it's incorrectly red in FF, but green in chrome:
http://jsfiddle.net/gfxmonk/hLufD/7/
The text was updated successfully, but these errors were encountered: