Clan-Utility

Results 5 comments of Clan-Utility
trafficstars

I've ended with a solution without modifying the directive, assuming multiple boxes to drag, bounding to a container. 1) Set each box a class .drag-box { position: absolute !important; }...

A remaining problem is if the page scrolled, the directive's initialPosition, startDragPosition, currentDragPosition are not updated and the first touch of the box will suddenly move the box to somewhere...

I did something like this: ``` var users = exports.users = { user1: { _id: id(), name: 'Michael' }, user2: { _id: id(), name: 'George Michael' }, user3: { _id:...

Btw, how to add 'created' event callback?