Skip to content

Commit

Permalink
fix: toc container had multi instance
Browse files Browse the repository at this point in the history
  • Loading branch information
fengtianze committed May 15, 2020
1 parent 00f21e6 commit 43115e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/table-of-contents/toc-container.directive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ import { TocContentDirective } from './toc-content.directive';
@Directive({
selector: '[auiTocContainer]',
exportAs: 'auiTocContainer',
providers: [TocContainerDirective],
})
export class TocContainerDirective implements AfterContentInit, OnDestroy {
@Output()
Expand Down

0 comments on commit 43115e4

Please sign in to comment.