An open API service indexing awesome lists of open source software.

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

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
```