-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
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
Labels
No labels