chieffancypants / angular-loading-bar

A fully automatic loading / progress bar for your angular apps.
https://chieffancypants.github.io/angular-loading-bar/
MIT License
5.17k stars 682 forks source link

Allow to add spinner without bar #368

Open preterer opened 7 years ago

preterer commented 7 years ago

Hey, I've noticed you can't actually add the spinner when bar is not included, so I provided a hotfix.

jrobichaud commented 6 years ago

I confirm your fix works.

Until this is merged, you can load a dummy loading bar instead:

    cfpLoadingBarProvider.includeBar = true;
    cfpLoadingBarProvider.loadingBarTemplate = "<div></div>";

The spinner starts to work.