Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Desmaisons committed Jul 1, 2016
2 parents 438febb + bda0031 commit 484e2f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Create a directive that displays a dragable list and keeps in sync the view and

##Demo

![demo gif](https://raw.githubusercontent.com/David-Desmaisons/Vue.Dragable.For/master/example.gif)

Simple:

https://jsfiddle.net/dede89/j62g58z7/
Expand All @@ -27,9 +29,9 @@ https://jsfiddle.net/dede89/hqxranrd/
Use it exactly as v-for directive, passing optional parameters using 'options' parameter.

``` html
<template v-dragable-for="element in list1" options='{"group":"people"}'>
<div v-dragable-for="element in list1" options='{"group":"people"}'>
<p>{{element.name}}</p>
</template>
</div>
```
## Installation
- Available through:
Expand Down
Binary file added example.gif
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 484e2f8

Please sign in to comment.