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

How To in the Ng-Repeat? #9

Closed DeeSouza closed 5 years ago

DeeSouza commented 5 years ago

This component does not work on ng-repeat.

The first component always repeats its value or classification for other components.

So in the other components I can not change its value so that it is less than the value of the first component.

<star-rating-comp id="value.idgallery" on-click="rateGalleryNews($event, value.idgallery)" rating="value.rate" size="'large'" static-color="'ok'"></star-rating-comp>

DeeSouza commented 5 years ago

The problema not was in component Star Rating and yes in my component Slider.

Close.