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 09011d9 commit 7917385Copy full SHA for 7917385
projects/core/src/lib/spinner/mdl-spinner.component.ts
@@ -54,8 +54,6 @@ export class MdlSpinnerComponent {
54
}
55
56
set singleColor(value: boolean | string | undefined) {
57
- // FIXME check that this is true if the input property is present
58
- // check also for the other properties - that are toBoolean
59
this.singleColorIntern = toBoolean(value);
60
61
0 commit comments