- Upgrades Ember to latest - Fixes a bunch of bugs with page titles and missing "active" states
12 lines
310 B
Handlebars
12 lines
310 B
Handlebars
<li>
|
|
{{category-drop category=firstCategory categories=parentCategories}}
|
|
</li>
|
|
|
|
{{#if childCategories}}
|
|
<li>
|
|
{{category-drop category=secondCategory parentCategory=firstCategory categories=childCategories subCategory="true" noSubcategories=noSubcategories}}
|
|
</li>
|
|
{{/if}}
|
|
|
|
<div class='clear'></div>
|