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.

Everything in ui.item.sortable is undefined. #346

Closed
@VictorioBerra

Description

@VictorioBerra

Image of problem

    <tbody ui-sortable="vm.sortableOptions" ng-model="vm.plans">
        <tr ng-repeat="plan in vm.plans">
    var sortableOptions = {
        placeholder: 'row-placeholder',
        cancel: ".blank-row",
        update: sortableUpdate
    };

    vm.sortableOptions = sortableOptions;

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions