Closed DevanB closed 9 years ago
I've been trying to figure out if it is possible to do something like this?
{{#each oms}} <div class="row"> <div class="col-xs-6"> <label for="rating">Rating</label> {{> starsRating rating="{{rating}}" id="omRating" class="awesome" size=20 mutable=true}} </div> </div> {{/each}}
Try it without the curly braces and quotes
{{> starsRating rating=rating id="omRating" class="awesome" size=20 mutable=true}}
I've been trying to figure out if it is possible to do something like this?