Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vladthelittleone/angular-loader

Directive that provide a collection of loading spinners.
https://github.com/vladthelittleone/angular-loader

Last synced: 27 days ago
JSON representation

Directive that provide a collection of loading spinners.

Awesome Lists containing this project

README

        

## Angular Loader

This is a directive that provide a collection of loading spinners animated with CSS for angular.js. It is built on top of [css-loaders](https://github.com/lukehaas/css-loaders) project.

```html


```

## Attributes

* type - type of loading spinners. [load1 to load8](http://projects.lukehaas.me/css-loaders/).
* show - if variable true then show spinner.

## Classes

* blackout - centring spinner and add blackout background.

## Check out example.html

* Press left button to start loading.
* Every press is changing loader style.