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

docs: fix progress-bar-configurable example #94

Merged
merged 1 commit into from
Feb 16, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h2 class="example-h2">Result</h2>
<section class="example-section">
<md-progress-bar
class="example-margin"
[attr.color]="color"
[color]="color"
[mode]="mode"
[value]="value"
[bufferValue]="bufferValue">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<span class="hljs-tag">&lt;<span class="hljs-name">section</span> <span class="hljs-attr">class</span>=<span class="hljs-string">"example-section"</span>&gt;</span>
<span class="hljs-tag">&lt;<span class="hljs-name">md-progress-bar</span>
<span class="hljs-attr">class</span>=<span class="hljs-string">"example-margin"</span>
[<span class="hljs-attr">attr.color</span>]=<span class="hljs-string">"color"</span>
[<span class="hljs-attr">color</span>]=<span class="hljs-string">"color"</span>
[<span class="hljs-attr">mode</span>]=<span class="hljs-string">"mode"</span>
[<span class="hljs-attr">value</span>]=<span class="hljs-string">"value"</span>
[<span class="hljs-attr">bufferValue</span>]=<span class="hljs-string">"bufferValue"</span>&gt;</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h2 class="example-h2">Result</h2>
<section class="example-section">
<md-progress-bar
class="example-margin"
[attr.color]="color"
[color]="color"
[mode]="mode"
[value]="value"
[bufferValue]="bufferValue">
Expand Down