This repository was archived by the owner on Oct 2, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Added open and close event hooks for directive #1153
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Aug 19, 2015
+1 for this |
Can someone please take a look at this? |
+1 |
+1 bump? |
+1 |
1 similar comment
+1 |
It may be useful, +1 |
This needs rebasing, and unit tests. |
Very useful! +1 |
+1 |
+1, please merge this PR back, I am also struggle on the blur event hell. |
Den-dp
added a commit
to Den-dp/ui-select
that referenced
this pull request
Jul 12, 2016
Den-dp
added a commit
to Den-dp/ui-select
that referenced
this pull request
Jul 12, 2016
Den-dp
added a commit
to Den-dp/ui-select
that referenced
this pull request
Jul 12, 2016
In order to push this feature I'm suggesting this #1723 PR which has a slightly updated and rebased code with a couple of unit tests. |
Den-dp
added a commit
to Den-dp/ui-select
that referenced
this pull request
Jul 24, 2016
kboga
pushed a commit
to kboga/ui-select
that referenced
this pull request
Nov 29, 2016
Adds a new `uisOpenClose` directive which allows a callback to be defined that is called whenever the dropdown is opened or closed. Callback is passed an isOpen parameter which is set to true if the dropdown has been opened, otherwise false. Closes angular-ui#432, closes angular-ui#1153
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Addresses a few of the feature requests in #432
Specifically, directive APIs for onOpen and onClose callbacks.