You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A busy thing (or an array of busy things) that will cause the loading indicator to show.
message
Optional
'Please wait...'
The message to show in the indicator which will reflect the updated values as they are changed.
backdrop
Optional
true
A faded backdrop will be shown behind the indicator if true.
template
Optional
A default template string
If provided, the custom template will be shown in place of the default indicatory template. The scope can be augmented with a {{message}} field containing the indicator message text.
delay
Optional
0
The amount of time to wait until showing the indicator. Specified in milliseconds.
minDuration
Optional
0
The amount of time to keep the indicator showing even if the busy thing was completed quicker. Specified in milliseconds.
wrapperClass
Optional
'ng-busy'
The name(s) of the CSS classes to be applied to the wrapper element of the indicator.
Overriding Defaults
The default values of options can be overriden by configuring the provider of the BusyModule.