Skip to content

Commit

Permalink
Step 10.5: Add checkbox for public property
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored and dotansimha committed Nov 27, 2016
1 parent 7be8376 commit 653fe91
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/imports/app/parties/parties-form.component.html
Expand Up @@ -7,6 +7,9 @@

<label>Location</label>
<input type="text" formControlName="location">

<label>Public</label>
<input type="checkbox" formControlName="public">

<button type="submit">Add</button>
</form>

0 comments on commit 653fe91

Please sign in to comment.