angular-busy
angular-busy copied to clipboard
Display spinner with empty message
An empty message causes the spinner to show with the background (.cg-busy-default-sign) not including the entire spinner:

This is the attribute I'm currently using: cg-busy="{promise:myPromise,message:''}"
As a work-around I've added the following CSS rule: .cg-busy-default-text { min-height: 1em; }
Thanks for this library I really like the approach and the spinner functionality!
I solved it with css, just adjust styles to your needs