Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Proposal] Improve brace expansion dependencies #4605

Closed
zzarcon opened this issue Mar 26, 2014 · 1 comment
Closed

[Proposal] Improve brace expansion dependencies #4605

zzarcon opened this issue Mar 26, 2014 · 1 comment
Labels

Comments

@zzarcon
Copy link

zzarcon commented Mar 26, 2014

Ey guys I really like the new feature for asign dependencies with brace expansion see here like this:

something: function(){
    return this.get('baz.foo') + ' ' + this.get('baz.bar');
}.property('baz.{foo,bar}')

So I would love that the brace expansion also accepts properties like this:

Change value in each property of each array

.property('baz.{foo,bar}.@each')
.property('baz.{foo.@each,bar,other.@each}')

What do you think about this? thanks!

@rwjblue
Copy link
Member

rwjblue commented Apr 10, 2014

Closing in favor of PR (#4617).

@rwjblue rwjblue closed this as completed Apr 10, 2014
stefanpenner added a commit that referenced this issue Jul 13, 2014

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[FEATURE property-brace-expansion-improvement] Potential improvement as per #4605
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants