realityendshere / emberella

A collection of Ember mixins, helpers, views, and controllers developed for my own projects that might offer use or inspiration to other budding Ember developers.
MIT License
251 stars 25 forks source link

Update image view to use jQuery for event normalization. Fix src swapping 'ghosting' bug #11

Closed jmonma closed 10 years ago

jmonma commented 10 years ago

This broadens browser support for the image view, namespaces the event bindings, and fixes a bug where when swapping the src you'd see the old image until the new image loaded instead of a loading state like you'd expect.