Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 420 Bytes

File metadata and controls

9 lines (6 loc) · 420 Bytes

Handling data

Because attributes must be strings, Ember requires that, if an attribute is desired, its value be a string, otherwise data is passed as properties to the element instance.

Handling events

Ember can listen to native DOM events dispatched from Custom Elements. It supports all styles of events (lowercase, camelCase, kebab-case, etc).