Skip to content

Commit

Permalink
fix(): Added missed images
Browse files Browse the repository at this point in the history
  • Loading branch information
akserg committed Mar 14, 2016
1 parent 11c8c54 commit c295585
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export class AppComponent {
```

Result of simple Drag-and-Drop operation:
![alt text](https://github.com/akserg/ng2-dnd/img/dnd1.png "Simple Drag-and-Drop operation")
![alt text](https://github.com/akserg/ng2-dnd/blob/master/img/dnd1.png "Simple Drag-and-Drop operation")


# Restriction Drag-and-Drop operations with drop zones
Expand Down Expand Up @@ -157,7 +157,7 @@ export class AppComponent {
```

Result of restricted Drag-and-Drop operation:
![alt text](https://github.com/akserg/ng2-dnd/img/dnd2.png "Restricted DnD operation")
![alt text](https://github.com/akserg/ng2-dnd/blob/master/img/dnd2.png "Restricted DnD operation")

# Transfer custom data via Drag-and-Drop
You can transfer data from draggable to droppable component via *dragData* property of Draggable component:
Expand Down Expand Up @@ -219,9 +219,9 @@ export class AppComponent {
```

Result of transfer cudtom data in Drag-and-Drop operation:
![alt text](https://github.com/akserg/ng2-dnd/img/dnd3.png "Transfer cudtom data in Drag-and-Drop operation")
![alt text](https://github.com/akserg/ng2-dnd/blob/master/img/dnd3.png "Transfer cudtom data in Drag-and-Drop operation")

# Complex example (includes all shown below) of Drag-and-Drop
# Complex example (includes all shown below) with Drag-and-Drop
Here is an example of shopping backet with products adding via drag and drop operation:

```js
Expand Down Expand Up @@ -312,5 +312,8 @@ export class AppComponent {
}
```

Result of complex example with Drag-and-Drop operation:
![alt text](https://github.com/akserg/ng2-dnd/blob/master/img/dnd4.png "Complex example with Drag-and-Drop operation")

# License
[MIT](/LICENSE)
Binary file added img/dnd4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c295585

Please sign in to comment.