Skip to content

Commit

Permalink
Step 17.19: Refactor PartiesSort
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Kisiela authored and DAB0mB committed Dec 14, 2016
1 parent 6b7eea0 commit fea4cdb
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions imports/ui/components/partiesSort/partiesSort.html
@@ -1,6 +1,4 @@
<div>
<select ng-model="partiesSort.order" ng-change="partiesSort.changed()">
<option value="1">Ascending</option>
<option value="-1">Descending</option>
</select>
</div>
<select ng-model="partiesSort.order" ng-change="partiesSort.changed()" class="form-control">
<option value="1">Ascending</option>
<option value="-1">Descending</option>
</select>

0 comments on commit fea4cdb

Please sign in to comment.