Merge pull request #67 from sylvaindumont/patch-1
Fix: alpha.52 camelCase in demo
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
<div ng2-file-drop
|
<div ng2-file-drop
|
||||||
[ngClass]="{'nv-file-over': hasBaseDropZoneOver}"
|
[ngClass]="{'nv-file-over': hasBaseDropZoneOver}"
|
||||||
(file-over)="fileOverBase($event)"
|
(fileOver)="fileOverBase($event)"
|
||||||
[uploader]="uploader"
|
[uploader]="uploader"
|
||||||
class="well my-drop-zone">
|
class="well my-drop-zone">
|
||||||
Base drop zone
|
Base drop zone
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
<div ng2-file-drop
|
<div ng2-file-drop
|
||||||
[ngClass]="{'another-file-over-class': hasAnotherDropZoneOver}"
|
[ngClass]="{'another-file-over-class': hasAnotherDropZoneOver}"
|
||||||
(file-over)="fileOverAnother($event)"
|
(fileOver)="fileOverAnother($event)"
|
||||||
[uploader]="uploader"
|
[uploader]="uploader"
|
||||||
class="well my-drop-zone">
|
class="well my-drop-zone">
|
||||||
Another drop zone
|
Another drop zone
|
||||||
|
|||||||
Reference in New Issue
Block a user