Skip to content

Commit

Permalink
Step 4.6: Add submit method to the button
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 f365f7d commit cbfea28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imports/ui/components/partyAdd/partyAdd.html
Expand Up @@ -7,5 +7,5 @@
Description:
</label>
<input type="text" ng-model="partyAdd.party.description" />
<button>Add Party!</button>
<button ng-click="partyAdd.submit()">Add Party!</button>
</form>

0 comments on commit cbfea28

Please sign in to comment.