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

https://github.com/jdforsythe/angular-spinkit-multispinner

Multispinner Directive for use with angular-spinkit
https://github.com/jdforsythe/angular-spinkit-multispinner

angular angular-directives angularjs spinkit spinner

Last synced: 6 months ago
JSON representation

Multispinner Directive for use with angular-spinkit

Awesome Lists containing this project

README

          

# angular-spinkit-multispinner

Multispinner Directive for use with angular-spinkit

This package is an add-on for the [angular-spinkit](https://github.com/Urigo/angular-spinkit) package that
provides easy-to-use directives for adding [SpinKit](https://github.com/tobiasahlin/SpinKit) spinners to
your AngularJs site.

This package displays a random spinner while the route is changing by watching the `$routeChangeStart`,
`$routeChangeSuccess` and `$routeChangeError` events.

# Dependencies

1. AngularJS
* `bower install --save angular`
2. angular-spinkit
* `bower install --save angular-spinkit`

# Install

```sh
bower install --save angular-spinkit-multispinner
```

# Setup

Add the `angular-spinkit` CSS and JS to the HTML. Also add the `angular-spinkit-multispinner` JS.

```html

```