Skip to content

Instantly share code, notes, and snippets.

@rmcauley
Created November 9, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rmcauley/c6173b6907b39e31e590 to your computer and use it in GitHub Desktop.
Save rmcauley/c6173b6907b39e31e590 to your computer and use it in GitHub Desktop.
<div class="mobile_rating unselectable needsclick" bind="el">
<div class="mobile_rating_header">
{{ $l("slide_to_rate") }}
</div>
<div class="mobile_rating_slider">
<div class="mobile_rating_on" bind="r1_0">1</div>
<div class="pointfive" bind="r1_5">.5</div>
<div bind="r2_0">2</div>
<div class="pointfive" bind="r2_5">.5</div>
<div bind="r3_0">3</div>
<div class="pointfive" bind="r3_5">.5</div>
<div bind="r4_0">4</div>
<div class="pointfive" bind="r4_5">.5</div>
<div bind="r5_0">5</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment