This repository has been archived by the owner on Oct 2, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
feat(choices): use object as source iterating over its properties #1208
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Sep 27, 2015
dimirc
force-pushed
the
feat-object-as-source
branch
from
September 28, 2015 02:21
d2ce54c
to
87e732e
Compare
dimirc
added a commit
that referenced
this pull request
Sep 29, 2015
feat(choices): use object as source iterating over its properties
Added docs here - https://github.com/angular-ui/ui-select/wiki/ui-select-choices |
@dimirc It also does not work with 'nested' objects. The following setup:
tries to bind all the properties of |
amcdnl
added a commit
that referenced
this pull request
Oct 9, 2015
amcdnl
added a commit
that referenced
this pull request
Oct 9, 2015
Fixes #1208 matching and hardcoded value
@pdegenhardt @dimirc I have resolved the issues and release 0.13.2 |
Can you please check out issue #1255 I opened yesterday? |
Closed
pgrm
pushed a commit
to grmanit/ui-select
that referenced
this pull request
Nov 3, 2015
abruere
pushed a commit
to abruere/ui-select
that referenced
this pull request
Dec 30, 2015
pgrm
pushed a commit
to grmanit/ui-select
that referenced
this pull request
Feb 7, 2016
MDziwny
pushed a commit
to jurismarches/ui-select
that referenced
this pull request
Mar 18, 2016
…dered by groups The dropdown was going back to the activated element ('A' for instance) when the user clicked on the 'X' element, which was quite annoying when he wanted to select also Y and Z
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
We'll be able to use an object as the source for the choices (iterating over its properties)
Demo plunker
Pending: