File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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:
You can’t perform that action at this time.
0 commit comments