We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dfce24 commit 2a82518Copy full SHA for 2a82518
app/attribute.component.html
@@ -3,7 +3,7 @@ <h2>Points!</h2>
3
<p>Index sum: {{pointsModel.getIndexSum()}}
4
<ul>
5
<li *ngFor="let point of points.toArray()">
6
- <span>{{point.attributes.index}} ({{point.geometry.x | number:6}},{{point.geometry.y | number:6}})</span>
+ <span>{{point.attributes.index}} ({{point.geometry.x | number:'.5-5'}},{{point.geometry.y | number:'.5-5'}})</span>
7
</li>
8
</ul>
9
</div>
0 commit comments