Skip to content

Commit 328f7ef

Browse files
devversiontinayuangao
authored andcommitted
docs: fix progress-bar color demo (#2915)
* Fixes the progress-bar demo in the Angular Material docs (https://material.angular.io/components/component/progress-bar) Fixes #2813
1 parent 67032ca commit 328f7ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/examples/progress-bar-configurable/progress-bar-configurable-example.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ <h2 class="example-h2">Result</h2>
5353
<section class="example-section">
5454
<md-progress-bar
5555
class="example-margin"
56-
[attr.color]="color"
56+
[color]="color"
5757
[mode]="mode"
5858
[value]="value"
5959
[bufferValue]="bufferValue">

0 commit comments

Comments
 (0)