I'm trying to show the value of a Multi-URL picker from a block list.
I've looked at @bitter belfry docs here (thanks Joe! https://joe.gl/ombek/blog/umbraco-angularjs-filter-cheat-sheet/
I can get the 'title' from the picker by using
myURLPicker[0].name
However I want the actual node that's been picked, the 'link'
In the API it comes back as 'destinationId', but that doensn't work here.
Any ideas please?