Hello,
I am developing a custom view for a component i am creating in Umbraco using BlockGrid
BlockGrid provides me with mediaItemResolver, for example, in the AngularJS html, which works great.
However i now need to get a content item by ID.
Is this possible? How would i do it?
I am trying to render the component in Umbraco for the content editor using BlockGrid. The component allows the content editor to select X number of items, hence by ID as i have the ID of the item selected in the AngularJS html