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

Question or possible Feature Request - appending loading bar to specific elements?

Open cerdman opened this issue 10 years ago • 5 comments

We are testing by setting this.parentSelector = 'div.myclass' or '#div_with_id'. The spinner is still appending to the top of the page (our ng-app call is not on body however) - would be nice to be able to get it to append to a specific element (like in a tab or panel-container). angular-busy has this functionality.

cerdman avatar Apr 17 '14 16:04 cerdman

Hi,

id also like this feature as it would be nice to see the spinner next to the button which initiated the http request.

ghost avatar Apr 18 '14 09:04 ghost

Well you can definitely attach it to a different element, but the included stylesheet just applies a fixed position, so it really doesn't matter where you attach it.

Happy to review a PR that could override this behavior, but I wouldn't be able to work on something like this very soon

chieffancypants avatar Apr 18 '14 15:04 chieffancypants

Ok glad to know it was a function of the CSS - I will see if the solution we come up with would be appropriate for a possible PR to override.

cerdman avatar Apr 18 '14 16:04 cerdman

Would be really cool

raDiesle avatar Apr 24 '14 12:04 raDiesle

would be nice to be able to get it to append to a specific element (like in a tab or panel-container)

Any new news? This would be a great feature

jmcpeak avatar Sep 04 '14 16:09 jmcpeak