<%= partial('partial-article-list-sections', {
id: 'category-' + category.id,
parentId: '#sidebar-article-navigation',
sections: category.sections,
activeCategoryId: activeCategoryId,
activeSectionId: activeSectionId,
activeArticleId: activeArticleId,
partial: partial
}) %>
<% }); %>
Comments
2 comments
Which component did you use?
Or do you have a public repo I could look at?!
Paul
It is in the public repositories:
"Climbing Spiral Orbit of Tower"
by: Greg Parker
Hope you have fun with it.
Greg
Please sign in to leave a comment.