ember-nf-graph
ember-nf-graph copied to clipboard
Change terminal .@each to .[] in dependency keys
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.@eachwhen it's in the middle)
See https://github.com/emberjs/ember.js/issues/12360
I think this is a duplicated effort, there's another PR with the same work over here: #105