angular-loading-bar
angular-loading-bar copied to clipboard
Question or possible Feature Request - appending loading bar to specific elements?
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.
Hi,
id also like this feature as it would be nice to see the spinner next to the button which initiated the http request.
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
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.
Would be really cool
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