Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUGFIX] args lost when passed to {{component}}
Because iterator was not working as expected. `@` character was not applied to all of the @arg names in hash array, except for the first argument. It resulted in `[["@firstArg", "secondArg"], ["valOne", "valTwo"]]`, instead of `[["@firstArg", "@secondArg"], ["valOne", "valTwo"]]` Fixes emberjs/ember.js#19061
- Loading branch information