ember-async-image icon indicating copy to clipboard operation
ember-async-image copied to clipboard

A lightweight performance minded image component.

Results 6 ember-async-image issues
Sort by recently updated
recently updated
newest added

Add test helper to wait until all images are loaded. Also update travis node and npm version so project builds. See updated [README](https://github.com/html-next/ember-async-image/blob/e467e690dbcd500268a0bd0a12e0115bb8c7d35d/README.md#test-helper)

The [`imgState` classNameBindings](https://github.com/html-next/ember-async-image/blob/master/addon/components/async-image.js#L36) should be documented on the README page.

When many instances of the async-image component are present simultaneously (our example is an infinite scrolling page of photos), we encountered an "infinite rendering invalidation detected" error. It appears to...

This addon appears not to be fastboot compatible. What is the work around?

also fixes smoke and mirrors, fyi

`Image` isn't available in fastboot, need to guard against it