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

Closes #62 and possibly #47 #65

Merged
merged 5 commits into from
Dec 2, 2013
Merged

Conversation

thgreasi
Copy link
Contributor

@thgreasi thgreasi commented Dec 1, 2013

Closes #62 and possibly #47.
Conflicts with #63.

example pen

// exact match with the placeholder's class attribute to handle
// the case that multiple connected sortables exist and
// the placehoilder option equals the class of sortable items
var excludes = element.find('[class="' + placeholder.element().attr('class') + '"]');

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems safer because it uses the class= search instead of a normal class search. That should fix the placeholder problems.

@CyborgMaster
Copy link

I like you're pull request better than mine and vote we merge yours in. I'm closing mine.

thgreasi added a commit that referenced this pull request Dec 2, 2013
@thgreasi thgreasi merged commit 95422b1 into angular-ui:angular1.2 Dec 2, 2013
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.

2 participants