Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/vladthelittleone/angular-loader
- Owner: vladthelittleone
- License: mit
- Created: 2015-03-28T12:16:03.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-26T11:41:42.000Z (over 8 years ago)
- Last Synced: 2023-08-16T11:59:02.599Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.