It is well documented on how to add the custom paste event to an Ember Application. See custom events, as detailed in How to listen to a paste event on a textarea in emberjs.
My question is how do I achieve this in an Ember addon that I am writing? As I do not see a Ember.Application.create
?