Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Protips #32

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Protips #32

wants to merge 5 commits into from

Conversation

nathantsoi
Copy link
Contributor

take 'em or leave 'em

scope.$apply();
}
element.find('ul, ul *').bind('click', function(event) {
if (scope.multiple || 'A' != event.target.tagName) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

i did not test this w/ multiple = false

@amitava82
Copy link
Owner

Hey thanks! I found few issues, here is the plunker http://plnkr.co/edit/FVsq9g8SNiNvVLNqNz2x?p=preview

Single select header not showing up.
Multiple select, clicking outside not hiding the popup.

I'll have a look on weekend.

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