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
The issue can be seen here:
http://emberjs.jsbin.com/gaqujefuce/edit?html,css,js,output
Toggle the emberjs version string to see when it starts to fail.
{{ x-foo bar="quux"}} when bar is set to ["baz"] in component and concatenatedProperties: ['bar']
{{ x-foo bar="quux"}}
bar
["baz"]
concatenatedProperties: ['bar']
['baz', 'quux']
quux'
This was exposed when I began digging into yapplabs/ember-modal-dialog#71.
The text was updated successfully, but these errors were encountered:
Ugh. @mixonic told me so.
Sorry, something went wrong.
@rwjblue I have time to help with this, but I don't really know where to begin.
@rondale-sc will ping you in an hour, we can pair on it
👍
Successfully merging a pull request may close this issue.
The issue can be seen here:
http://emberjs.jsbin.com/gaqujefuce/edit?html,css,js,output
Toggle the emberjs version string to see when it starts to fail.
{{ x-foo bar="quux"}}
whenbar
is set to["baz"]
in component andconcatenatedProperties: ['bar']
['baz', 'quux']
bar
equalsquux'
This was exposed when I began digging into yapplabs/ember-modal-dialog#71.
The text was updated successfully, but these errors were encountered: