Skip to content

Commit

Permalink
Step 9.7: Add public party checkbox to the add new party form
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Kisiela authored and DAB0mB committed Dec 14, 2016
1 parent 315afd7 commit 33806fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions imports/ui/components/partyAdd/partyAdd.html
Expand Up @@ -7,5 +7,9 @@
Description:
</label>
<input type="text" ng-model="partyAdd.party.description" />
<label>
Public Party?
</label>
<input type="checkbox" ng-model="partyAdd.party.public">
<button ng-click="partyAdd.submit()">Add Party!</button>
</form>

0 comments on commit 33806fb

Please sign in to comment.