Skip to content

Commit

Permalink
Step 21.17: Add bindings to FileDrop
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and DAB0mB committed Dec 14, 2016
1 parent d71f946 commit d58a908
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion client/imports/app/parties/parties-upload.component.html
@@ -1,5 +1,8 @@
<div class="parties-update-container">
<div>
<div fileDrop
[ngClass]="{'file-is-over': fileIsOver}"
(fileOver)="fileOver($event)"
(onFileDrop)="onFileDrop($event)">
<div>Drop an image to here</div>
</div>
</div>

0 comments on commit d58a908

Please sign in to comment.