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

Add a class to the internal span #30

Closed cibernox closed 7 years ago

cibernox commented 7 years ago

For styling purposes it is better to target classes than relying on nesting and tag names.

This change is non breaking, but will allow easier styling.

cibernox commented 7 years ago

@jerel I fixed the tests. They failed because the travis was still in node 0.12. Can we get this merged anytime soon?