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.
1 parent 73e766c commit 58d2b40Copy full SHA for 58d2b40
README.md
@@ -40,8 +40,8 @@ Possible configuration options are described in the [spin.js homepage](http://fg
40
### Using the usSpinnerService to control spinners
41
42
```html
43
-<button ng-click="spin-me">Start spinner</button>
44
-<button ng-click="spin-me">Stop spinner</button>
+<button ng-click="startSpin">Start spinner</button>
+<button ng-click="stopSpin">Stop spinner</button>
45
46
<span us-spinner spinner-key="spinner-1"></span>
47
```
0 commit comments