ember-fn-helper-polyfill
Function helper polyfill
A polyfill to ensure JavaScript functions have access to template arguments when passed to components or other helpers.
6 stars
2 watching
3 forks
Language: JavaScript
last commit: about 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
ember-polyfills/ember-named-arguments-polyfill | Supports named arguments in Ember 2.10 through 3.0 by polyfilling JavaScript functions | 18 |
tildeio/ember-element-helper | A polyfill implementation of a feature proposal for Ember.js templates | 44 |
ember-polyfills/ember-router-service-polyfill | A polyfill library to support Ember version 2.15 and above by providing a fallback for the router service | 36 |
ember-polyfills/ember-angle-bracket-invocation-polyfill | A polyfill to support angle bracket invocation syntax in Ember.js applications | 76 |
ember-polyfills/ember-named-blocks-polyfill | A polyfill for Ember.js to support a specific feature for better compatibility with older versions | 39 |
ember-polyfills/ember-on-modifier | A polyfill that adds support for the {{on}} element modifier to Ember.js | 38 |
pzuraq/ember-native-class-polyfill | A polyfill that enables native class behavior in Ember | 9 |
ember-polyfills/ember-modifier-manager-polyfill | A polyfill to support element modifier managers in older Ember versions | 10 |
dockyard/ember-composable-helpers | A set of reusable, composable functions for declarative templating in Ember.js applications. | 633 |
buschtoens/ember-render-helpers | Provides template helpers to work with Ember rendering modifications | 22 |
fivetanley/ember-promise-helpers | Helps Ember developers work with promises in templates without manual wrapping or special handling | 206 |
adopted-ember-addons/ember-moment | An Ember.js addon providing Moment.js template helpers and a service for convenient use in templates | 399 |
jmurphyau/ember-truth-helpers | Provides template helpers for additional truth logic in Ember.js HTMLBars templates | 706 |
buschtoens/ember-event-helpers | Complimentary event template helpers for the {{on}} modifier | 36 |
ef4/ember-root-url | A helper to construct relative URLs from an application's root URL | 10 |