Skip to content

Commit

Permalink
Step 21.36: Bind the onFile event
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha committed Nov 27, 2016
1 parent b0db3f6 commit d346e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/imports/app/parties/parties-form.component.html
Expand Up @@ -17,7 +17,7 @@ <h2>Add it now! ></h2>
<br/>
<md-checkbox formControlName="public">Public party?</md-checkbox>
<br/><br/>
<parties-upload #upload></parties-upload>
<parties-upload #upload (onFile)="onImage($event)"></parties-upload>
<button color="accent" md-raised-button type="submit">Add my party!</button>
</div>
<div class="form-extras">
Expand Down

0 comments on commit d346e35

Please sign in to comment.