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

Bootstrap directive not loading #11

Open
destegabry opened this issue Jun 9, 2013 · 0 comments
Open

Bootstrap directive not loading #11

destegabry opened this issue Jun 9, 2013 · 0 comments

Comments

@destegabry
Copy link

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?

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