Skip to content

Commit

Permalink
Step 10.8: Add public property to form builder
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored and DAB0mB committed Dec 14, 2016
1 parent 9a84420 commit a76d857
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/imports/app/parties/parties-form.component.ts
Expand Up @@ -21,7 +21,8 @@ export class PartiesFormComponent implements OnInit {
this.addForm = this.formBuilder.group({
name: ['', Validators.required],
description: [],
location: ['', Validators.required]
location: ['', Validators.required],
public: [false]
});
}

Expand Down

0 comments on commit a76d857

Please sign in to comment.