Skip to content

Commit

Permalink
Step 12.16: Implement component
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Kisiela authored and Dotan Simha committed Nov 22, 2016
1 parent d203579 commit 96dcfb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions imports/ui/components/partiesList/partiesList.html
@@ -1,5 +1,7 @@
<party-add></party-add>

<parties-sort on-change="partiesList.sortChanged(sort)" property="name" order="1"></parties-sort>

<ul>
<li dir-paginate="party in partiesList.parties | itemsPerPage: partiesList.perPage" total-items="partiesList.partiesCount">
<a ui-sref="partyDetails({ partyId: party._id })">
Expand Down

0 comments on commit 96dcfb4

Please sign in to comment.