We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5700fd1 + 6cde692 commit 4fbaeedCopy full SHA for 4fbaeed
README.md
@@ -62,7 +62,7 @@ app.controller('MyController', ['$scope', 'usSpinnerService', function($scope, u
62
Note that when you specify a key, the spinner is rendered inactive.
63
You can still render the spinner as active with the spinner-start-active parameter :
64
```html
65
-<span us-spinner spinner-key="spinner-1" spinner-start-active="1"></span>
+<span us-spinner spinner-key="spinner-1" spinner-start-active></span>
66
```
67
68
The spinner-key will be used as an identifier (not unique) allowing you to have several spinners controlled by the same key :
0 commit comments