urish / angular-spinner

Angular directive to show an animated spinner (using spin.js)
MIT License
693 stars 146 forks source link

fix(usSpinnerConfig): fix problem with default options overwriting #81

Closed dmytroyarmak closed 8 years ago

dmytroyarmak commented 8 years ago

Fix problem when default options of usSpinnerConfig are overwritten by theme options and/or spinner options due to incorrect usage of angular.extend.

Fix #76

And it fixes the same problem as https://github.com/urish/angular-spinner/pull/78 does, but this one has tests.

urish commented 8 years ago

great, thanks!

m00s commented 8 years ago

@urish Could you please cut a release with this fix?

urish commented 8 years ago

I will

urish commented 8 years ago

Released as 0.8.1

m00s commented 8 years ago

@urish Awesome. Many thanks