ember-nf-graph icon indicating copy to clipboard operation
ember-nf-graph copied to clipboard

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

Open jamesarosen opened this issue 10 years ago • 1 comments

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

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

See https://github.com/emberjs/ember.js/issues/12360

jamesarosen avatar Sep 17 '15 21:09 jamesarosen

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

benlesh avatar Sep 17 '15 21:09 benlesh