As always, I've slept on it and came up with a solution that was right there infront of me.
I'm populating a Automatic Property within my Poco class to get the content name and assign it accordingly which I can then access with Angular on the frontend.
Displaying Content Name as opposed to Id in custom list-view
I'm building a dashboard segment in a custom list-view.
I've managed to pick my way through really helpful tutorials and have a custom list-view working nicely with angular.
I'm populating the list from a custom db table, and one of the values I'm storing is a Node Id relating to a piece of content within Umbraco.
Is there any clever way I can display the related Content Name in the list without doing an API call for every row it displays?
I'm very new to Angular so please be gentle!
As always, I've slept on it and came up with a solution that was right there infront of me.
I'm populating a Automatic Property within my Poco class to get the content name and assign it accordingly which I can then access with Angular on the frontend.
is working on a reply...