Module: clb-ui-loading¶
Description¶
Provides a simple loading directive.
Function: clbLoading¶
The directive clbLoading displays a simple loading message. If a promise is given, the loading indicator will disappear once it is resolved.
Attributes¶
| Name | Description |
|---|---|
| {Promise} [clb-promise] | Hide the loading message upon fulfilment. |
| {string} [clb-message] | Displayed loading string (default=``’loading...’``) |
-
clbLoading()¶ Return object: Angular directive descriptor