We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!
The text was updated successfully, but these errors were encountered:
Closing in favor of PR (#4617).
Sorry, something went wrong.
Merge pull request #4617 from gordonkristan/brace-expansion-improvement
b9fa1d1
[FEATURE property-brace-expansion-improvement] Potential improvement as per #4605
No branches or pull requests
Ey guys I really like the new feature for asign dependencies with brace expansion see here like this:
So I would love that the brace expansion also accepts properties like this:
Change value in each property of each array
What do you think about this? thanks!
The text was updated successfully, but these errors were encountered: