browse other examples

Is loading

There is an optional parameter of ui-scroll directive which allows us to know whether there are any pending load requests.
<li ui-scroll="item in datasource" is-loading="loading">*{{item}}*</li>
We recommend to use isLoading property on adapter. Please follow this demo.
is loading: {{loading}}