Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Conversation

thgreasi
Copy link
Contributor

Merges / Resolves #513

joujiahe and others added 4 commits April 15, 2017 01:12
The helper element is not always in the last position while created
from a function and append it to another DOM.

E.g. the following will mess up the DOM position after canceled update.
```
var sortableOption = {
  helper: function (evt, ui) {
    return ui.clone().appendTo('body');
  }
};
```
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling b550451 on thgreasi:joujiahe-v0.14.x-stable into 4bb4493 on angular-ui:v0.14.x-stable.

@thgreasi thgreasi merged commit 8d6ab72 into angular-ui:v0.14.x-stable Apr 15, 2017
@thgreasi thgreasi deleted the joujiahe-v0.14.x-stable branch April 15, 2017 17:52
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants