I attempted to link a CSS Class to a paper-progress
element using the value of my property to change the item's color.
I referenced Polymer's example on GitHub and studied the documentation on Data-binding.
Here is my code: http://jsbin.com/bidebe/10/edit?html,output
The class of the paper-progress
successfully changes, but the color does not.
When I apply the color class directly, the color displays correctly.
I am puzzled as to why the correct class for paper-progress
is being assigned but not affecting the color.
Any help in understanding this would be greatly appreciated. Thank you.