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

ui select header and footer

Jeffrey Bosch edited this page Apr 12, 2017 · 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.

Example: Basic Usage

<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>

Clone this wiki locally