We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
uis-open-close
available in 0.19.0
The uis-open-close directive 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.
isOpen
true
false
uis-open-close="onOpenClose(isOpen)"