tantalim/tantalim-server

View on GitHub
app/views/partials/toc_item.html

Summary

Maintainability
Test Coverage
<a href="" class="btn btn-default {{bootstrapClassesForToc depth}}"
   data-ng-click="gotoAnchor('{{id}}')">
    {{title}}
</a>
{{#children}}
{{> toc_item}}
{{/children}}