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 b1fd0c3 commit e25b78cCopy full SHA for e25b78c
src/demo-app/a11y/progress-spinner/progress-spinner-a11y.html
@@ -5,12 +5,12 @@ <h2>Loading indicator (Indeterminate progress spinner)</h2>
5
</section>
6
7
<section>
8
- <h2>Portion of completion (Determinate progress spinner) </h2>
+ <h2>Portion of pizza eaten (Determinate progress spinner) </h2>
9
<md-progress-spinner [strokeWidth]="1" color="primary"
10
- [value]="portionValue" aria-label="Portion complete">
+ [value]="portionValue" aria-label="Portion of pizza eaten">
11
</md-progress-spinner>
12
<md-progress-spinner color="warn" [value]="portionValue"
13
- aria-label="Portion complete">
+ aria-label="Portion of pizza eaten">
14
15
16
0 commit comments