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
- Host: GitHub
- URL: https://github.com/jdforsythe/angular-spinkit-multispinner
- Owner: jdforsythe
- License: mit
- Created: 2015-06-17T12:22:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-15T20:18:52.000Z (over 9 years ago)
- Last Synced: 2025-03-13T05:11:45.690Z (7 months ago)
- Topics: angular, angular-directives, angularjs, spinkit, spinner
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```