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

Allow individual choices (ui-select-choice directive) #1331

Closed
justinwinslow opened this issue Nov 29, 2015 · 1 comment
Closed

Allow individual choices (ui-select-choice directive) #1331

justinwinslow opened this issue Nov 29, 2015 · 1 comment

Comments

@justinwinslow
Copy link

I might just be missing something but it doesn't seem like there's a way to just write the available options into the view like a normal select box. If that's the case it would be great if there was a singular choice directive:

<ui-select ng-model="model">
  <ui-select-match placeholder="Some text"></ui-select-match>
  <ui-select-choice ui-select-value="Some Value">
    Some Label
  </ui-select-choice>
  <ui-select-choice ui-select-value="Another Value">
    Another Label
  </ui-select-choice>
</ui-select>
@user378230
Copy link
Contributor

Closing as dupe of #152

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants