ngDraggable icon indicating copy to clipboard operation
ngDraggable copied to clipboard

ng-drag-scroll can't scroll inside an element with scrolling

Open Shocoben opened this issue 9 years ago • 2 comments

Hi, I've solved the fact that you couldn't scroll inside an element with ng-scroll with this pull-request

Now you simply have to use scroll-element=".element_class" to add scrollable elements

I'm based on the pull request for the touch scroll which is now solved.

:+1:

My pull request : https://github.com/bastbnl/ngDraggable/pull/1 The pull request to solve the scroll on touch devices : https://github.com/fatlinesofcode/ngDraggable/pull/218

Shocoben avatar Feb 04 '16 23:02 Shocoben

I also added a new sample page to experiment those features "example-multiple-scrolls.html"

Shocoben avatar Feb 04 '16 23:02 Shocoben

@schobbent where to add "use scroll-element=".element_class"". Can you give me an example for that.

jeffreyrajanofficial avatar Jul 18 '16 10:07 jeffreyrajanofficial