Skip to content

Commit

Permalink
fixed id
Browse files Browse the repository at this point in the history
  • Loading branch information
ardalis committed Sep 12, 2013
1 parent 6a00294 commit 9f81df4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
@Html.LabelFor(model => model.Doctors)
</div>
<div class="editor-field">
<select id="durationDropDown" data-role="dropdownlist"
<select id="doctorsDropDown" data-role="dropdownlist"
data-text-field="Text" data-value-field="uid"
data-bind="source: doctors"></select>
</div>
Expand Down

0 comments on commit 9f81df4

Please sign in to comment.