Skip to content

Commit

Permalink
Step 12.17: Handle sort changes
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 93a35f3 commit 0457e22
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions imports/ui/components/partiesList/partiesList.js
Expand Up @@ -44,6 +44,10 @@ class PartiesList {
pageChanged(newPage) {
this.page = newPage;
}

sortChanged(sort) {
this.sort = sort;
}
}

const name = 'partiesList';
Expand Down

0 comments on commit 0457e22

Please sign in to comment.