Skip to content

Commit

Permalink
Step 21.23: Implement classes
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and DAB0mB committed Dec 14, 2016
1 parent 2d0eb86 commit c1f27f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/imports/app/parties/parties-upload.component.html
@@ -1,6 +1,6 @@
<div class="parties-update-container">
<div fileDrop
[ngClass]="{'file-is-over': fileIsOver}"
[ngClass]="{'file-is-over': fileIsOver, 'file-uploading': uploading}"
(fileOver)="fileOver($event)"
(onFileDrop)="onFileDrop($event)">
<div>Drop an image to here</div>
Expand Down

0 comments on commit c1f27f2

Please sign in to comment.