Skip to content

Commit 824fe35

Browse files
committed
fix(README): Closes #186 - use touchpunch.js on touch devices
1 parent 4770821 commit 824fe35

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,17 @@ Implementing jQueryUI Drag and Drop functionality in AngularJS is easier than ev
2020
```
2121
* Resolve the dependency in the main module of your application as:
2222

23-
```
24-
angular.module('myApp', ['ngDragDrop'])
25-
```
23+
```
24+
angular.module('myApp', ['ngDragDrop'])
25+
```
2626

2727
* Drag anything as:
2828

2929
```
3030
<span data-drag="true" jqyoui-draggable>So you think you can drag</span>
3131
```
3232
* Finally, check out [the cool demos](http://codef0rmer.github.io/angular-dragdrop/#/)
33+
* Note, use [touchpunch.js](http://touchpunch.furf.com/) to enable drag/drop on touch devices.
3334

3435
##Angular Draggable options
3536
* **jqyoui-draggable** – A custom angular attribute to make any element draggable. It holds more settings such as:

0 commit comments

Comments
 (0)