Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
fix(rangeFacets): show default selected input
Browse files Browse the repository at this point in the history
  • Loading branch information
Christine Yu committed Aug 6, 2015
1 parent a016500 commit 877ad59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/scripts/components/facets/templates/range-facet.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
data-ng-repeat="unitMap in unitsMap">
<label data-ng-click="$parent.unitClicked(unitMap)">
<input type="radio"
data-ng-model="$parent.selectedUnit"
data-ng-value="unitMap"
name="{{field}}">
{{ unitMap.label | humanify }}
</label>
Expand Down

0 comments on commit 877ad59

Please sign in to comment.