i'm learning AngularJS and in the tutorial i'm following we had to use the currency filter, i noticed that this changes, for example 10, into $10.00.
How do i do this for English pounds?
<p class="price">{{ product.price | currency }}</p>
{{ price | currency:'Symbol for pound'}}
Place your symbol for pound over here in ' '
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