You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If one uses onDragStart (camel case), this equates to $attributes.ondragstart (lower case) in the directives link function. This will be undefined! Correct usage is: on-drag-start="doStuff()".
The text was updated successfully, but these errors were encountered:
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 incorrect:
https://github.com/jellekralt/angular-drag-scroll#events
If one uses onDragStart (camel case), this equates to $attributes.ondragstart (lower case) in the directives link function. This will be undefined! Correct usage is: on-drag-start="doStuff()".
The text was updated successfully, but these errors were encountered: