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
{{ message }}
This repository was archived by the owner on Sep 8, 2020. It is now read-only.
I noticed that, after I started using $compileProvider.debugInfoEnabled(false) in my my main app module, certain areas using ui-sortable stopped working correctly. On this line in sortable.js, we're using the scope() method on an element, which is apparently only available when debugInfo is active. If we can find a way to get that information without relying on the debug information, that would allow for significant performance improvements by killing debug info outright.