angular-drag-scroll icon indicating copy to clipboard operation
angular-drag-scroll copied to clipboard

Lightweight drag to scroll directive for AngularJS

Results 11 angular-drag-scroll issues
Sort by recently updated
recently updated
newest added

I have used this to make tables draggable. however any inputs within the tables become unusable. by that I mean they do not get focus.

I have been open a PR to branch - (touchStart/touchEnd/TouchMove) must resolve that problem https://github.com/jellekralt/angular-drag-scroll/pull/23

Actually that lib does't have support to mobile divices, i have been add this at code

I have a scrollable table (smart-table) and want to use drag-scroll on it, but when i set drag-scroll="true" attribute on the table i can't focus my "st-search" input to make...

When using the minified version of this library, passed functions via on-drag-start or on-drag-end are not found by $parse and thus not executed. Also, the documentation for this feature is...

Default event handling is prevented for the on-mousedown event of excludedClasses. For example, dragging with the mouse down and that this causes scrolling of a browser window is default behavior....

As far as I can tell; this currently isn't setup to export the actual module. I've been trying to work with this within a Webpack project but because nothing is...

* Corrected and added usage to README.MD * Fixed bug where excluded class didn't propagate event (prevented e.g. select element from working) * Minor refactoring CI FTW? WebDriverError: unknown error:...

I found a casing sensitivity issue broke the drag events in my use case, but I have not thoroughly tested cross-clients. Realising it was a quick fix, I've made a...