softlayer / sl-ember-translate

An Ember CLI Addon that provides the ability to lookup a dictionary value either through method calls or via a component in your templates.
http://softlayer.github.io/sl-ember-translate/
MIT License
4 stars 4 forks source link

Positional parameter support for components now exists in Ember. Consider refactor of approach of the component usage in this repo #131

Closed notmessenger closed 9 years ago

notmessenger commented 9 years ago

https://github.com/emberjs/ember.js/pull/11028

notmessenger commented 9 years ago

May not be beneficial as then position has to be adhered to and may not be the usage contact we want to enforce.

notmessenger commented 9 years ago

Work this against either the EmberCLI-1.13.6 branch or master if v1.10.0 has been released.

azizpunjani commented 9 years ago

Does this give us any advantages over the more explicit version?

notmessenger commented 9 years ago

Do not know. This is part of what needs to be researched.

azizpunjani commented 9 years ago

Did research on this. As discussed, we do not see an immediate benefit allowing the use of positional parameters.

notmessenger commented 8 years ago

In a recently-observed conversation in the #dev-ember Slack channel Robert Jackson said that Glimmer Components will most likely not support positional parameters.