Skip to content

Commit c1d6cc6

Browse files
Update CHANGELOG.md
1 parent eac8bab commit c1d6cc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
## Features
44

5-
- **dnd-handle directive**: This directive can be used in combination with `dnd-nodrag` so that a `dnd-draggable` can only be dragged by using certain handle elements. [Demo](http://marceljuenemann.github.io/angular-drag-and-drop-lists/demo/#/types)
6-
- **dnd-drop can handle insertion**: The `dnd-drop` callback can now return true to signalize that it will take care if inserting the dropped element itself. `dnd-list` will no longer insert any element into the list, but still call the `dnd-inserted` callback.
5+
- **dnd-handle directive**: This directive can be used in combination with `dnd-nodrag`, so that a `dnd-draggable` can only be dragged by using certain handle elements. [Demo](http://marceljuenemann.github.io/angular-drag-and-drop-lists/demo/#/types)
6+
- **dnd-drop can handle insertion**: The `dnd-drop` callback can now return true to signalize that it will take care of inserting the dropped element itself. `dnd-list` will then no longer insert any elements into the list, but will still call the `dnd-inserted` callback.
77

88
## Bug Fixes
99

0 commit comments

Comments
 (0)