Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Ember にはテンプレート ヘルパー "get-value-with-key" があります。
{{get-value-with-key item optionValuePath}}
HTMLBars 用の Ember Get Helper があります。ember < 2.1 を使用している場合は、パッケージ「ember-get-helper」をインストールする必要がある場合があります。
{{get object key}}