I have a JSON array of arrays like this:
[["[email protected]","joe"], ["[email protected]","brain"], ["[email protected]","bob"]]
How can I get the values separately?
<div class="item item-divider item-input-wrapper">
{{ email should be here }} : {{ name here }}
</div>
I need the email and name separately, but it's not displaying anything.