Questions tagged [dragular]
8 questions
1
vote
1 answer
$injector:unpr :: Unknown provider: $elementProvider <- $element <- DragulardndCtrl
I am using this example
I am doing exactly the same but I am getting the following error
angular.js:14525 Error: [$injector:unpr] Unknown provider: $elementProvider <- $element <- DragulardndCtrl
…

TheTechGuy
- 1,568
- 4
- 18
- 45
1
vote
1 answer
Mobile scroll using dragular on angularjs
I have some problem when scrolling thru mobile browser. The page will display list of images, user can do drag and drop to rearrange the order of the images, but there is a problem when scrolling the page, instead of scrolling, it's just switching…

Akbar Kautsar
- 416
- 5
- 13
1
vote
2 answers
Multi element drag and drop
I am working on the drag and drop feature for my client. I've already implemented dragular for drag and drop but there is no provision of multi element drag and drop in dragular or any other library which is being provided for drag and drop.
Kindly…

pBanyal
- 21
- 7
0
votes
0 answers
Angular dragular issues when used with tables
Found the following issues when using dragular with tables:
When dragging rows, the rows get shrunk.
It does not happen when using them with list. We are using angular 1.6.4
var app = angular.module('myApp',…

NaveenKv
- 11
0
votes
1 answer
Dropping Element on specific Json entries with Angularjs and Dragula?
I am learning Angularjs and Dragular.
I have a data set, and on drop I have to insert the data into another container's data set value. For example:
This is the data set
$scope.items1 = [
{
'name' : 'x',
'age' : '4'
…

TheTechGuy
- 1,568
- 4
- 18
- 45
0
votes
1 answer
Accept or canBeAccepted not working with isContainer and IsModel : Dragular
Scenario 1 : Using two container lets say A(Drag Source) and B(Drop Source).
Code snippet :
dragularService(containerLeft, {
containersModel: [DragularconTainer],
copy: true,
canBeAccepted: function(el, source) {
var…

pBanyal
- 21
- 7
0
votes
0 answers
Dynamically recalculating row height of multiple tables after dragular drop
I want to drag an item from a list of items and drop it in a table column. Each columns of the table contains another sub table with a specific template.
I am using dragular for this.
Problem : As I render the view for the first time, I am…

Jintu J
- 11
- 1
- 4
0
votes
1 answer
How to prevent the addition of dragget element (angular, dragular)?
How can I prevent addition dragget item back to table from dropBox?
Y in table should take only Y from dropBox
the same for X
Here documentation for dragular
there is 'nameSpace' but it is not suitable in this…

Дмитрий Неважнов
- 43
- 1
- 9