Steps to reproduce and a minimal demo of the problem
Both of the plunks below will work if you go to config.js and switch var ngVer = '@2.0.0-rc.1'; to var ngVer = '@2.0.0-rc.0';
Plunk showing [style.background-image] failing:
http://plnkr.co/edit/rRKupFRs2i4YoAU7Ayi1?p=preview
Plunk showing [style.transform] failing
http://plnkr.co/edit/fP12KXNfL8TxXmuydxCx?p=preview
Current behavior
Some style bindings like background-image and transform are not working in RC.1 however. the style binding for opacity does work.
Expected/desired behavior
For the style bindings to reflect the property given to them
Other information
We've tested only a small set of the selectors, there may be more that do and do not work.
All of the bindings work in RC0