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
I want to use your library but I'm afraid demos do not work. When I drag, nothing reorders on both demos. Can you check them?
Here is the console error I got:
TypeError: angular.element(this.parentElement).offset is not a function. (In 'angular.element(this.parentElement).offset()', 'angular.element(this.parentElement).offset' is undefined)
The text was updated successfully, but these errors were encountered:
// Fix to - BEGIN // resolved.offset.top error which was thrown by the library, refer below for changes! listTopY = angular.element(this.parentElement)[0].offsetTop; itemOffestTop = angular.element(e.target)[0].offsetTop; // listTopY = angular.element(this.parentElement).offset().top; // itemOffestTop = angular.element(e.target).position().top; // Fix to - END
I want to use your library but I'm afraid demos do not work. When I drag, nothing reorders on both demos. Can you check them?
Here is the console error I got:
TypeError: angular.element(this.parentElement).offset is not a function. (In 'angular.element(this.parentElement).offset()', 'angular.element(this.parentElement).offset' is undefined)
The text was updated successfully, but these errors were encountered: