Skip to content

Commit

Permalink
Step 23.20: Define 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 6e35c69 commit 9ea5951
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion imports/ui/components/partyUninvited/partyUninvited.ts
@@ -1,6 +1,6 @@
import * as angular from 'angular';
import * as angularMeteor from 'angular-meteor';
import { Component } from '@angular/core';
import { Component, Input } from '@angular/core';
import { MeteorComponent } from 'angular2-meteor';

import { Meteor } from 'meteor/meteor';
Expand All @@ -12,6 +12,8 @@ import template from './partyUninvited.html';
selector: 'party-uninvited'
})
export class PartyUninvited extends MeteorComponent {
@Input() party: any;

constructor() {
super();

Expand Down

0 comments on commit 9ea5951

Please sign in to comment.