Skip to content
This repository has been archived by the owner on Oct 1, 2023. It is now read-only.

Commit

Permalink
Merge pull request #30 from idanb11/patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
urish committed Oct 24, 2014
2 parents 5700fd1 + 6cde692 commit 4fbaeed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ app.controller('MyController', ['$scope', 'usSpinnerService', function($scope, u
Note that when you specify a key, the spinner is rendered inactive.
You can still render the spinner as active with the spinner-start-active parameter :
```html
<span us-spinner spinner-key="spinner-1" spinner-start-active="1"></span>
<span us-spinner spinner-key="spinner-1" spinner-start-active></span>
```

The spinner-key will be used as an identifier (not unique) allowing you to have several spinners controlled by the same key :
Expand Down

0 comments on commit 4fbaeed

Please sign in to comment.