Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
Fixed input labels
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelw committed May 28, 2013
1 parent 22c32eb commit 425f436
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/how_to/bind_to_input_elements.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ <h2>Radio</h2>

<form>
<label>Radio 1: <input type="radio" checked="{{ radio1 }}"></label>
<label>Radio 1: <input type="radio" checked="{{ radio2 }}"></label>
<label>Radio 1: <input type="radio" checked="{{ radio3 }}"></label>
<label>Radio 2: <input type="radio" checked="{{ radio2 }}"></label>
<label>Radio 3: <input type="radio" checked="{{ radio3 }}"></label>
</form>
</template>

Expand Down

0 comments on commit 425f436

Please sign in to comment.