I have this code (output=1,000):
<span ng-bind"item.num | number : 0"></span>
But i want something like 1,000 km. Any way to do this without create a new span.
Something like this isn't working:
<span ng-bind"item.num + ' km' | number : 0"></span>
<span ng-bind="(input | filter) + 'km'"></span>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With