forked from angular-ui/ui-select
-
Notifications
You must be signed in to change notification settings - Fork 0
uis open close
ceeram edited this page Aug 9, 2016
·
3 revisions
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
.
option | description | example |
---|---|---|
uis-open-close |
called whenever the dropdown is opened or closed | uis-open-close="onOpenClose(isOpen)" |