angular-loading-bar icon indicating copy to clipboard operation
angular-loading-bar copied to clipboard

Allow to add spinner without bar

Open preterer opened this issue 7 years ago • 1 comments

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

preterer avatar Oct 03 '17 10:10 preterer

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.

jrobichaud avatar Aug 22 '18 17:08 jrobichaud