Skip to content

Bootstrap directive not loading #11

@destegabry

Description

@destegabry

Maybe it's my fault, but I assumed directives are automatically loaded, so I tried to include UI Bootstrap in one of my views doing:

$routeProvider.when('/code/:code/questionario/industria', 
            routeConfig.config(
                '../partials/testview.html', 
                'controllers/testview',
                ['directives/bootstrap/ui-bootstrap-custom-tpls-0.3.0.min']
            )
        );

In my testview.html I added:

<accordion>
    <accordion-group heading="First header">
      This is the first content
    </accordion-group>
    <accordion-group heading="Second header">
      This is the second content
    </accordion-group>
  </accordion>

But the accordion didn't even appears! What Am I doing wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions