Skip to content

Commit 2a82518

Browse files
committed
fix number pipe issue
1 parent 5dfce24 commit 2a82518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/attribute.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ <h2>Points!</h2>
33
<p>Index sum: {{pointsModel.getIndexSum()}}
44
<ul>
55
<li *ngFor="let point of points.toArray()">
6-
<span>{{point.attributes.index}} ({{point.geometry.x | number:6}},{{point.geometry.y | number:6}})</span>
6+
<span>{{point.attributes.index}} ({{point.geometry.x | number:'.5-5'}},{{point.geometry.y | number:'.5-5'}})</span>
77
</li>
88
</ul>
99
</div>

0 commit comments

Comments
 (0)