Skip to content

Commit

Permalink
Step 10.12: Add search input
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored and DAB0mB committed Dec 14, 2016
1 parent 88b904f commit 9a1b02f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion client/imports/app/parties/parties-list.component.html
@@ -1,5 +1,8 @@
<div>
<parties-form></parties-form>
<parties-form style="float: left"></parties-form>
<input type="text" #searchtext placeholder="Search by Location">
<button type="button" (click)="search(searchtext.value)">Search</button>

<login-buttons></login-buttons>

<ul>
Expand Down

0 comments on commit 9a1b02f

Please sign in to comment.