
Security News
US Government Forces Anthropic to Pull Claude Fable Days After Launch
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.
angular-multiple-drag
Advanced tools
Simplest way to make your angular items movable
This module uses Angular Multiple Selection Module
##Installation
###Using npm
npm install angular-multiple-drag
###Using bower
bower install angular-multiple-drag
###From source
Download source from github.com
##Usage
multiple-selection.min.js and multiple-drag.min.js files to your application<script type="text/javascript" src="multiple-selection.min.js"></script>
<script type="text/javascript" src="multiple-drag.min.js"></script>
angular.module('app', ['multipleDrag'])multiple-selection-zone attribute to element where selectable items will be locatedmultiple-selection-item attribute to each selectable itemmultiple-drag-item attribute to each selectable item that can move##How it works Each draggable item has it`s own angular scope with variables
| Name | Description |
|---|---|
| isDraggable | true if element can be movable |
| isDragging | true if element now moving |
###How to customize
ng-class to your item<div multiple-drag-item ng-class="{'dragging': isDragging}"></div>
.dragging in your css.selected {
background-color: red !important;
}
FAQs
Simplest way to make your angular items movable
The npm package angular-multiple-drag receives a total of 17 weekly downloads. As such, angular-multiple-drag popularity was classified as not popular.
We found that angular-multiple-drag demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.

Security News
A network of 152 Chrome live wallpaper extensions hid ad tracking and made extension-driven traffic look like Google search clicks.

Company News
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.