Skip to content

Commit

Permalink
Step 4.5: Add ng-model to the form inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Kisiela authored and Dotan Simha committed Nov 22, 2016
1 parent c181f21 commit f365f7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions imports/ui/components/partyAdd/partyAdd.html
Expand Up @@ -2,10 +2,10 @@
<label>
Party Name:
</label>
<input type="text"/>
<input type="text" ng-model="partyAdd.party.name" />
<label>
Description:
</label>
<input type="text"/>
<input type="text" ng-model="partyAdd.party.description" />
<button>Add Party!</button>
</form>

0 comments on commit f365f7d

Please sign in to comment.