Skip to content
This repository has been archived by the owner on Sep 19, 2018. It is now read-only.

ExchangeBC/angular-table-of-contents

 
 

Repository files navigation

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>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 64.0%
  • HTML 36.0%