Skip to content

Commit

Permalink
Add id to scales and p elements for the users comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jennah2121 committed May 11, 2018
1 parent 29fc9e4 commit a3be210
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/views/addData.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
<li>{{this.symptom}}</li>
{{!-- need to add icon at the end --}}
<button class="expand">E</button>
<input id="scale-{{this.symptom}}" type="range" min="1" max="10" value="5">
<p id="result-{{this.symptom}}"></p>
</span>

{{/each}}
Expand Down

0 comments on commit a3be210

Please sign in to comment.