SkillAgentSearch skills...

LvlDragDrop

Native AngularJS drag and drop directive

Install / Use

/learn @logicbomb/LvlDragDrop
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

#Native AngularJs drag and drop directive#

An easy to use, native, directive to enable drag/drop in your angular app. This directive has no dependency on jQuery or other frameworks, it does require a browser that supports the HTML5 drag/drop events.

Live Demo

Documentation

##UUID Service## A very simple service for working with UUIDs.

Live Demo

Documentation

dataTransfer hack

The jQuery event object does not have a dataTransfer property... true, but one can try:

jQuery.event.props.push('dataTransfer');
View on GitHub
GitHub Stars184
CategoryDevelopment
Updated7mo ago
Forks91

Languages

JavaScript

Security Score

87/100

Audited on Aug 23, 2025

No findings