forked from angular-ui/ui-select
-
Notifications
You must be signed in to change notification settings - Fork 0
ui select header and footer
Clifton Jeffery edited this page Jul 10, 2018
·
8 revisions
Use ui-select-header
to add a header to the top of the dropdown list.
Use ui-select-footer
to add a footer to the bottom of the dropdown list.
Add one, or both as a child of ui-select
.
<ui-select>
<ui-select-match></ui-select-match>
<ui-select-header>Top of the list!</ui-select-header>
<ui-select-choices><ui-select-choices>
<ui-select-footer>Bottom of the list.</ui-select-footer>
</ui-select>