Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better looking scrollSpy-index-render #190

Open
JanikSachs opened this issue Oct 1, 2018 · 0 comments
Open

Better looking scrollSpy-index-render #190

JanikSachs opened this issue Oct 1, 2018 · 0 comments

Comments

@JanikSachs
Copy link

JanikSachs commented Oct 1, 2018

Is there a way to make scrollSpy-index-render use a different class so it can look like a list-group?

Code generated by the scrollSpy-index-render:

<ul class="nav flex-column menu">
    <li class="active ng-star-inserted">
        <a ng-reflect-fragment="SQLServer" href="/chat#SQLServer"> SQLServer </a>
        <ul class="nav menu ng-star-inserted">
            <li class="ng-star-inserted">
                <a ng-reflect-fragment="a" href="/chat#a"> A</a>
            </li>
            <li class="ng-star-inserted">
                <a ng-reflect-fragment="b" href="/chat#b"> B</a>
            </li>
            <li class="ng-star-inserted">
                <a ng-reflect-fragment="API" href="/chat#API"> API </a>
            </li>
            <li class="ng-star-inserted">
                <a ng-reflect-fragment="PlugIn" href="/chat#PlugIn"> PlugIn </a>
            </li>
        </ul>
    </li>
</ul>

Bootstrap Code:

<ul class="list-group">
    <li class="list-group-item">Cras justo odio</li>
    <li class="list-group-item">Dapibus ac facilisis in</li>
    <li class="list-group-item">Morbi leo risus</li>
    <li class="list-group-item">Porta ac consectetur ac</li>
    <li class="list-group-item">Vestibulum at eros</li>
</ul>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant