I am trying to bind a CSS class to paper-progress with the value of my property to change the color of an element. I base my code on the Polymer example on GitHub and the data binding documentation.
Here is my code: http://jsbin.com/bidebe/10/edit?html,output
The paper-progress class changes correctly, but there is no color. If I put the class color directly, the color is correct.
Therefore, I do not understand why my paper-progress has a good class, but does not apply it. If anyone can help me figure this out, thanks.
source share