All Projects → cibernox → ember-hash-helper-polyfill

cibernox / ember-hash-helper-polyfill

Licence: MIT license
Polyfill for the new Ember hash helper

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Ember-hash-helper-polyfill

This is a polyfill to backport Ember's new hash helper introduced in Ember 2.3 into Ember 1.13, 2.0, 2.1 and 2.2.

Installation

In your project run:

ember install ember-hash-helper-polyfill

If you want to use this helper inside an addon remember to move it from the devDependencies to the dependencies group of your package.json

Usage

{{yield (hash
   name='Sarah'
   title=office
)}}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].