BioPhoton / ionic1-star-rating

Ionic1 Star Rating is a Ionic specific Angular1.6 component written in typescript. It is based on css-star-rating, a fully featured and customizable css only star rating component written in scss.
MIT License
7 stars 2 forks source link

Color property is not working #7

Closed mohammed-alsiddeeq closed 6 years ago

mohammed-alsiddeeq commented 6 years ago

When setting the color property to any of the possible values it does not change

<!-- Nothing happens-->
<star-rating-comp rating="3" color="'ok'" ></star-rating-comp>
BioPhoton commented 6 years ago

In your case you have to use the [] or remoe the ''.

BioPhoton commented 6 years ago

Hope it helps!

mohammed-alsiddeeq commented 6 years ago

No, it didn't work

In your case you have to use the [] or remoe the ''.

tried both but no luck. Thanks for your time though, much appreciated

mohammed-alsiddeeq commented 6 years ago

I took a look at the source code Actually it is static-color Now it is working Thanks @BioPhoton