Skip to content

Commit 2e6d273

Browse files
authored
Changed 'Angular filters' link since old linked to site has been taken down (#773)
1 parent 672f748 commit 2e6d273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nodes/locales/en-US/ui_gauge.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<p>Adds a gauge type widget to the user interface.</p>
33
<p>The <code>msg.payload</code> is searched for a numeric <i>value</i> and is formatted in accordance with
44
the defined <b>Value Format</b>, which can then be formatted using
5-
<a href="https://scotch.io/tutorials/all-about-the-built-in-angularjs-filters" target="_blank">Angular filters</a>.</p>
5+
<a href="https://docs.angularjs.org/api/ng/filter" target="_blank">Angular filters</a>.</p>
66
<p>For example : <code>{{value | number:1}}%</code> will round the value to one decimal place and append a % sign.</p>
77
<p>The colours of each of 3 sectors can be specified and the gauge will blend between them.
88
The colours should be specified in hex (#rrggbb) format.</p>

0 commit comments

Comments
 (0)