@simrankaur wrote:
<div ng-drag="true" ng-drag-start="onDragStart($data, $event)"> Draggable </div>
The div is now draggable but none of the drag events are being fired i.e
ng-drag-start or ng-drag-move or ng-drag-stop
What could be the reason? How do I fix this?
Posts: 1
Participants: 1