angular-spinners
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "angular-spinners", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/angular-spinners.js", |
@@ -8,6 +8,25 @@ # angular-spinners | ||
#### Bower: | ||
> $ bower install angular-spinners | ||
#### npm: | ||
> $ npm install angular-spinners | ||
### Quick Start | ||
#### Browser: | ||
```html | ||
<script src="/bower_components/angular-spinners/dist/angular-spinners.min.js"></script> | ||
``` | ||
#### Node.js | ||
```javascript | ||
require('angular-spinners'); | ||
``` | ||
Using spinners is extremely simple with this library. First make sure that your app lists `angularSpinners` as a dependency. | ||
@@ -14,0 +33,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25817
327