Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Matthieu Nelmes 102 posts 385 karma points
    Nov 02, 2015 @ 17:22
    Matthieu Nelmes
    0

    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!

  • Matthieu Nelmes 102 posts 385 karma points
    Nov 03, 2015 @ 10:13
    Matthieu Nelmes
    0

    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.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies