Skip to content

Instantly share code, notes, and snippets.

@jonihietala
Created October 22, 2017 17:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonihietala/01fbff1001b1d1086d3236a1d9446645 to your computer and use it in GitHub Desktop.
Save jonihietala/01fbff1001b1d1086d3236a1d9446645 to your computer and use it in GitHub Desktop.
// ...
var model = new CarouselViewModel
{
Items =
currentBlock.MainContentArea.FilteredItems.Select(
cai => contentLoader.Get<ICarouselContent>(cai.ContentLink)).ToList(),
CurrentBlock = currentBlock
};
// ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment