Skip to content

Commit

Permalink
Step 6.3: Add save and back buttons to the view
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 8a0d107 commit b87d7e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions imports/ui/components/partyDetails/partyDetails.html
Expand Up @@ -2,4 +2,7 @@
<form>
Party name: <input type="text" ng-model="partyDetails.party.name" />
Description: <input type="text" ng-model="partyDetails.party.description" />
<button ng-click="partyDetails.save()">Save</button>
</form>

<button ui-sref="parties">Back</button>

0 comments on commit b87d7e0

Please sign in to comment.