Skip to content

Commit fe05a17

Browse files
committed
add
1 parent 7176c68 commit fe05a17

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

src/app/components/admin-form-create-event/admin-form-create-event.component.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,18 @@
5555
<input type="file">
5656
<button mat-raised-button color="secondary">Upload</button>
5757
</div>
58-
<div class="drag-boundary" style="border-style:solid" cdkDragBoundary=".drag-boundary" cdkDropList>
58+
<div class="drag-boundary" style="border-style:solid" cdkDropList>
5959
Event Line Up
60-
<img *ngFor="let image of images" src={{image.src}} style="height:100px;">
60+
<!-- <img *ngFor="let image of images" src={{image.src}} style="height:100px;" > -->
6161
</div>
62-
<div style="border-style:solid">
62+
<div>
6363
Gallery
6464
<!-- get images from database, display images here.
6565
-->
66-
<img *ngFor="let image of images" src={{image.src}} style="height:100px;" cdkDrag>
67-
</div>
66+
<img *ngFor="let image of images" src={{image.src}} style="height:100px;" cdkDrag cdkDragBoundary=".drag-boundary">
67+
</div>
68+
69+
6870
</mat-step>
6971

7072

0 commit comments

Comments
 (0)