Skip to content
This repository has been archived by the owner on Oct 2, 2019. It is now read-only.

uis open close

ceeram edited this page Aug 9, 2016 · 3 revisions

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.

Attribute

option description example
uis-open-close called whenever the dropdown is opened or closed uis-open-close="onOpenClose(isOpen)"