Skip to content

Commit

Permalink
fix(plugin): index.component support BS4.alpha6
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyBGod committed Jan 17, 2017
1 parent 3069fe3 commit a22151c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin/index.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export interface ScrollSpyIndexComponentOptions {
selector: 'scrollSpy-index-render',
template: `
<div #container>
<ul class="nav menu">
<ul class="nav flex-column menu">
<li *ngFor="let item of items" [class.active]="highlight(item.link)">
<a [routerLink]="" fragment="{{item.link}}" (click)="goTo(item.link)">{{item.text}}</a>
<ul *ngIf="item.children.length" class="nav menu">
Expand Down

0 comments on commit a22151c

Please sign in to comment.