I have a simple array of strings coming from the server:
[{"things":["me", "my"]}]
On my page, to display an array, I:
{{things}}
And he prints:
["me", "my"]
How to manage printing, for example, if I want to exclude brackets and quotation marks?
arrays angularjs angularjs-templates
bmw0128
source share