Skip to content

Commit

Permalink
Step 4.15: Add party binding
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 c7a3d99 commit 63cbe81
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions imports/ui/components/partyRemove/partyRemove.js
Expand Up @@ -16,6 +16,9 @@ export default angular.module(name, [
angularMeteor
]).component(name, {
template,
bindings: {
party: '<'
},
controllerAs: name,
controller: PartyRemove
});

0 comments on commit 63cbe81

Please sign in to comment.