Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit 4e479f8

Browse files
EladBezalelandrewseguin
authored andcommitted
fix(spinner): fixed binding the the radio buttons model (#99)
* fix(spinner): fixed binding the the radio buttons model * fix(bar): fixed binding the the radio buttons model
1 parent 5a9e320 commit 4e479f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/examples/progress-spinner-configurable/progress-spinner-configurable-example.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ <h2 class="example-h2">Result</h2>
4141

4242
<md-progress-circle
4343
class="example-margin"
44-
[attr.color]="color"
44+
[color]="color"
4545
[mode]="mode"
4646
[value]="value">
4747
</md-progress-circle>

0 commit comments

Comments
 (0)