angular-table-of-contents

Angular Table of contents: Automatically generate a table of contents


Keywords
Table, of, contents, Angular
License
MIT
Install
bower install angular-table-of-contents

Documentation

angular-table-of-contents

Directive to automatically generate a table of contents.

Dependencies

  • Angular
  • jQuery

Usage

Start by including the library as a dependency to your Angular app.

angular.module('DemoApp', ['angular-toc']);

Then in your HTML add a directive where you want to add the table of contents

The directive has one attribute:

Attribute Value
selector Any selector that will work with jQuery. eg: li, .item h2
<bd-toc selector=".item h2"></bd-toc>