i need to add another space between my word and my angular bind. Here my code:
<button class="button button-clear comp back" href="#">
Comparto {{titolo}}
</button>
I tried with Comparto {{titolo}}, {{ titolo}}, {{ " " + titolo}}, {{ "\s" + titolo}} but all this method don't work :( how can i add this space?
Use
Like this:
<button class="button button-clear comp back" href="#">
Comparto {{titolo}}
</button>
Read HTML Entities for more information.
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