barbatus / stars-rating

Stars rating control for Meteor
MIT License
21 stars 11 forks source link

Stars disappear if _id starts with a number #19

Closed mgkaradag closed 7 years ago

mgkaradag commented 7 years ago

Stars disappear from window if _id (Mongo.Collection) in the same div starts with a number.

A sample HTML and a screenshot are given below

Rated {{rate}}

Description of the image

{{>starsRating mutable=true class='js-img-rating' id=_id}}

image

paulbrab commented 7 years ago

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