This repository was archived by the owner on Sep 8, 2020. It is now read-only.
This repository was archived by the owner on Sep 8, 2020. It is now read-only.
UI-Sortable is Dependent on DebugInfo Being Enabled #291
Closed
Description
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.
Metadata
Metadata
Assignees
Labels
No labels