@JoseGonzaga wrote:
I have 3 ionic3-star-rating objects in a view, according to the manual I need to use the Events to receive the rating values in the controller. How do I differentiate which object triggered the event? Because of the way an event is placed in the manual, it modifies the rating value of the three objects. The manual used is
events.subscribe('star-rating:changed', (starRating) => {console.log(starRating)});
Posts: 1
Participants: 1