Skip to content

Commit

Permalink
fix(): Updated README
Browse files Browse the repository at this point in the history
Updated all issues found in README
  • Loading branch information
akserg committed Mar 14, 2016
1 parent c295585 commit 679d24a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ export class AppComponent {
```

Result of simple Drag-and-Drop operation:

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


Expand Down Expand Up @@ -157,6 +158,7 @@ export class AppComponent {
```

Result of restricted Drag-and-Drop operation:

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

# Transfer custom data via Drag-and-Drop
Expand Down Expand Up @@ -219,9 +221,10 @@ export class AppComponent {
```

Result of 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) with Drag-and-Drop
# Complex example (includes all shown above) with Drag-and-Drop
Here is an example of shopping backet with products adding via drag and drop operation:

```js
Expand Down Expand Up @@ -313,6 +316,7 @@ 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
Expand Down

0 comments on commit 679d24a

Please sign in to comment.