HTML5 Data Bindings Extended Repeater Support Product Page

Don't show comma after last list value

Reported 23 Mar 2015 11:05:40
1
has this problem
23 Mar 2015 11:05:40 Andre Bender posted:
I'm creating a comma separted list that looks like this:

value1, value2, value3,

I'm using the following code:

<span data-binding-repeat="{{dsArtikelRebsorten.data}}" data-binding-id="repeat3">{{Rebsorte}}, </span>


How do I prevent the last comma to be shown? I'd like the list to look like this:

value1, value2, value3
instead of
value1, value2, value3,

Reply to this topic