Skip to content
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
@fishfacemcgee

Description

@fishfacemcgee

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions