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 5de66d3 commit 08873c9Copy full SHA for 08873c9
README.md
@@ -29,7 +29,7 @@ angular.module('someModule', ['angular-svg-round-progress'])
29
* `color` hex color for the `current` value, example: `#45ccce`
30
* `bgcolor` hex background color, example: `#eaeaea`
31
* `stroke` specifies the thickness of the line
32
-* `semi` boolen, specifies whether the progressbar should be a semicircle or a full circle
+* `semi` boolean, specifies whether the progressbar should be a semicircle or a full circle
33
* To manually trigger a complete re-render of the progressbar, broadcast a "renderCircle" from a parent scope:
34
35
```javascript
0 commit comments