Trying to catch the load and error events for an Image within an EmberJS View handlebars template. The only way I can get it hooked up is to catch the jQuery events in the didInsertElement view function. But this is not a very Ember way of doing things, I've tried to bind the event as you'd do with click events but no luck.
Here is a JSFiddle showing the issue: http://jsfiddle.net/qCaA2/5/