This addon polyfills the ember-runtime-enumerable-includes
feature added to Ember
in 2.8.0. This addon is intended to allow addons and/or applications use the new
functionality and avoid deprecations while still supporting older Ember versions.
Read more details on the feature here:
To use this addon in your project, install it as a runtime dependency:
npm install --save ember-runtime-enumerable-includes-polyfill
That's it!
git clone <repository-url>
this repositorycd ember-runtime-enumerable-includes-polyfill
npm install
bower install
ember serve
- Visit your app at http://localhost:4200.
npm test
(Runsember try:each
to test your addon against multiple Ember versions)ember test
ember test --server
ember build
For more information on using ember-cli, visit http://ember-cli.com/.