jerel / ember-cli-loading-slider

A YouTube like loading indicator for EmberJS packaged as an Ember CLI add-on.
MIT License
116 stars 36 forks source link

This does not seem to work on Ember 2.4 #20

Closed devotox closed 8 years ago

devotox commented 8 years ago

I followed your instructions exactly and i see the Component added but the loading event never actually starts

jerel commented 8 years ago

@devotox as a workaround you can use a boolean property of your choosing on the component's isLoading attribute. Toggle it via an action, router event, etc.

devotox commented 8 years ago

The loading attribute does get set within the controller. Has the mixin runs and then the didTransition runs and sets it to false so all that works. Its just the actual loading animation never shows up

leojpod commented 8 years ago

Same here on 2.3

jerel commented 8 years ago

Please try v1.3.0, it now is implemented via a service which should work well with Ember v2.x and has the flexibility to do whatever you need. Please open an issue for any further trouble.