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 DAB0mB committed Dec 14, 2016
1 parent bab7c99 commit a719592
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 a719592

Please sign in to comment.