Skip to content

Commit 4fbaeed

Browse files
committed
Merge pull request urish#30 from idanb11/patch-2
Update README.md
2 parents 5700fd1 + 6cde692 commit 4fbaeed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ app.controller('MyController', ['$scope', 'usSpinnerService', function($scope, u
6262
Note that when you specify a key, the spinner is rendered inactive.
6363
You can still render the spinner as active with the spinner-start-active parameter :
6464
```html
65-
<span us-spinner spinner-key="spinner-1" spinner-start-active="1"></span>
65+
<span us-spinner spinner-key="spinner-1" spinner-start-active></span>
6666
```
6767

6868
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

Comments
 (0)