getpublic
Defined in packages/ember-htmlbars/lib/keywords/get.js:105 Available since 2.1.0
Dynamically look up a property on an object. The second argument to {{get}} should have a string value, although it can be bound. For example, these two usages are equivilent: {{person.height}}
{{get person "height"}}
If there were several facts about a person, the {{get}} helper can dynamically pick one: {{get person factName}}
For a more complex example, this template would allow the user to switc