Skip to content

Commit

Permalink
Step 12.20: Add input with searchText as ngModel
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 8f59060 commit 622f957
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>

<input type="search" ng-model="partiesList.searchText" placeholder="Search" />

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

<ul>
Expand Down

0 comments on commit 622f957

Please sign in to comment.