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

Commit

Permalink
fix(demo): Update slider demo to work in IE11
Browse files Browse the repository at this point in the history
Closes #653.
  • Loading branch information
franzsilva authored and ThomasBurleson committed Dec 18, 2014
1 parent 2a67084 commit 3955980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/slider/demoBasicUsage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<md-content class="md-padding">

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

<div layout>
Expand Down

0 comments on commit 3955980

Please sign in to comment.