https://github.com/ericduran/angular-simple-dnd
Simple html5 Drag and Drop with Angular
https://github.com/ericduran/angular-simple-dnd
Last synced: 5 months ago
JSON representation
Simple html5 Drag and Drop with Angular
- Host: GitHub
- URL: https://github.com/ericduran/angular-simple-dnd
- Owner: ericduran
- Created: 2013-04-30T22:14:45.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-30T22:41:38.000Z (about 13 years ago)
- Last Synced: 2023-03-11T05:07:50.620Z (over 3 years ago)
- Homepage:
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
angular-simple-dnd
==================
Simple html5 Drag and Drop with Angular
This is just taking the directive I wrote for https://github.com/ericduran/chromeHAR
This is an extremely simple directive.
It does almost nothing for you. Except allow you to use the following directives:
```js
/**
* Angular Simple Drag and Drop Event.
*
* @example
* @example
* @example
* @example
* @example
* @example
* @example
*/
```
Thats all.
## Install
```shell
bower install git://github.com/ericduran/angular-simple-dnd.git
```