Skip to content

Commit

Permalink
chore(progress-spinner): fix binding expression in readme (angular#1274)
Browse files Browse the repository at this point in the history
  • Loading branch information
jelbourn authored and kara committed Sep 19, 2016
1 parent fa78f72 commit d81c9cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/progress-circle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ There are two modes:
Example:

```html
<md-progress-circle mode="determinate" value="myValue"></md-progress-circle>
<md-progress-circle mode="determinate" [value]="myValue"></md-progress-circle>
<md-progress-circle mode="indeterminate"></md-progress-circle>
<md-spinner></md-spinner>
```
Expand Down

0 comments on commit d81c9cf

Please sign in to comment.