angular-loading-bar
angular-loading-bar copied to clipboard
Allow to add spinner without bar
Hey, I've noticed you can't actually add the spinner when bar is not included, so I provided a hotfix.
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.