Skip to main content

All Questions

1 vote
0 answers
51 views

drag and drop doesnt work when redirected to a html with it

var app = angular.module('main', ['ngRoute']); app.config(function($routeProvider) { $routeProvider.when('/', { templateUrl: './views/login.html', controller: 'loginController' ...
noob138's user avatar
  • 11
0 votes
1 answer
784 views

how to resolve Uncaught TypeError using tableDragger?

I am having Uncaught TypeError: tableDragger is not a function when using tableDragger js library. The table-dragger.min.js file is well included and accessible from eclipse which means that the ...
user2566629's user avatar
1 vote
2 answers
991 views

AngularJS, ngDraggable - input box not editable inside draggable element

I am using an ngDraggable module, and all works fine, except that the input boxes get disabled, when they are placed inside draggable divs. I need them to remain editable, so that the user could enter ...
user2217057's user avatar
0 votes
0 answers
38 views

ngDraggable - what is the meaning of the values of evt.tx, evt.ty, evt.x and evt.y?

After dropping an item , there is the 2nd argument of evt . What do these its attributes meaning -evt.tx, evt.ty, evt.x and evt.y ? $scope.onDropComplete = function (data, evt) { console.log('...
URL87's user avatar
  • 10.9k
0 votes
1 answer
157 views

How to restrict div to drag which contain class="XYZ"

Please help me i am new in j Query and angular I have 1 Div it is Container for another Div i want to restrict Drag the Div Which contain class XYZ
user7059863's user avatar
4 votes
0 answers
693 views

Drag/drop and resize using material design

I am creating a web app using angular and Material, I want to be able to drag, drop and resize my sections. I have seen many plugins, e.g. angular-gridster and gridstack-angular but did not get right ...
Gaurav Chauriya's user avatar
0 votes
1 answer
647 views

NgDraggable : drag into nested drop

I am trying to use ngDraggable for angularjs to build an interface builder. My problem is, I can't drop item into a a nested droppable div. Example will be better. My draggable list : <div class=...
carndacier's user avatar
1 vote
2 answers
2k views

Angular Gridster : Resize Widget

Hi is there a way where I can resize the widget using angular-gridster. I know gridster (not angular version) has a function for it like this: gridster.resize_widget(widget,6,6) I don't know how to ...
chitcharonko's user avatar
1 vote
0 answers
474 views

Angular-gridster: on drop listerner

Is there a way to find out whenever an item has been dropped? I found a snippet in their documentation, but i don't know if this is what I'm looking for. I tried using it but then I don't have any ...
chitcharonko's user avatar
2 votes
1 answer
3k views

How to drag and drop directory and get only the path of it? [closed]

How can i drag and drop directory in windows and get the path of the directory - that is in order to not to write the path by myself all the time (sometimes its really long). I tried to look for a ...
MoshMosh's user avatar
0 votes
1 answer
62 views

Item can't be moved after destination list gone empty once, how can I fix it?

See the plnkr http://plnkr.co/edit/atoDX2TqZT654dEicqeS?p=preview How to move item from the list to the another empty list. Currently an item can't be moved once the destination list gone empty... ...
X-Coder's user avatar
  • 2,698
10 votes
3 answers
22k views

Angular ng-sortable - Basic example of how it works

SITUATION: Hello guys! In my app i have a sort of kanban: there are some columns, each containing a list of items. I need to drag and drop items among columns and reorder them inside the same ...
FrancescoMussi's user avatar
2 votes
3 answers
5k views

Both "clickable" and "draggable" area

I have a list of element inside an ng-repeat for which elements are clickable and draggable : if I click I display, and if I drag ... I drag the element. When dragging I am displaying a circle with ...
benek's user avatar
  • 2,158
1 vote
1 answer
735 views

Angular ngSanitize / ngDragDrop compatibility

So, I'm working on an Angular application and I have been having problems regarding compatibility between ngSanitize and ngDragDrop. ngDragDrop can be found at http://ganarajpr.github.io/angular-...
Maria C.S.'s user avatar
1 vote
2 answers
5k views

event.dataTransfer and event.originalEvent are always null inside dragstart event handler

I'm trying to create drag and drop directives for angularJS by following this post: http://jasonturim.wordpress.com/2013/09/01/angularjs-drag-and-drop/ But I can not send any data because inside the ...
Marius's user avatar
  • 3,583

15 30 50 per page