Skip to content

Change terminal .@each to .[] in dependency keys#107

Open
jamesarosen wants to merge 1 commit into
Netflix:masterfrom
jamesarosen:james/bracket-keys
Open

Change terminal .@each to .[] in dependency keys#107
jamesarosen wants to merge 1 commit into
Netflix:masterfrom
jamesarosen:james/bracket-keys

Conversation

@jamesarosen

Copy link
Copy Markdown
Contributor

The Ember docs aren't completely clear, but the correct usage for array dependencies is

  • foo.[] (use .[] when it's at the end)
  • foo.@each.bar (use .@each when it's in the middle)

See emberjs/ember.js#12360

The Ember docs aren't completely clear, but the correct usage for array dependencies is

 * `foo.[]` (use `.[]` when it's at the end)
 * `foo.@each.bar` (use `.@each` when it's in the middle)

See emberjs/ember.js#12360
@benlesh

benlesh commented Sep 17, 2015

Copy link
Copy Markdown
Contributor

I think this is a duplicated effort, there's another PR with the same work over here: #105

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants