Closed mgkaradag closed 7 years ago
Stars disappear from window if _id (Mongo.Collection) in the same div starts with a number.
Description of the image
{{>starsRating mutable=true class='js-img-rating' id=_id}}
This question might help http://stackoverflow.com/questions/5672903/can-i-have-a-div-with-id-as-number
I prefix the id as a work around by using a template helper
Stars disappear from window if _id (Mongo.Collection) in the same div starts with a number.
Rated {{rate}}
Description of the image
{{>starsRating mutable=true class='js-img-rating' id=_id}}