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

Commit 4cbfcce

Browse files
franzsilvaThomasBurleson
authored andcommitted
fix(demo): Update slider demo to work in IE11
Closes #653.
1 parent d7c0361 commit 4cbfcce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/slider/demoBasicUsage/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<md-content class="md-padding">
44

55
<h3>
6-
RGB <span style="border: 1px solid #333; background: rgb({{color.red}},{{color.green}},{{color.blue}})">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>
6+
RGB <span ng-attr-style="border: 1px solid #333; background: rgb({{color.red}},{{color.green}},{{color.blue}})">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>
77
</h3>
88

99
<div layout>

0 commit comments

Comments
 (0)